Show / Hide Table of Contents

Class TxActionList

A list of s to be executed in a transaction.

Inheritance
System.Object
TxActionList
Implements
IEquatable<TxActionList>
IBencodable
Namespace: Libplanet.Types.Tx
Assembly: Libplanet.Types.dll
Syntax
public sealed class TxActionList : IReadOnlyList<IValue>

Constructors

| Improve this Doc View Source

TxActionList(IEnumerable<IValue>)

Creates a new TxActionList instance with given actions.

Declaration
public TxActionList(IEnumerable<IValue> actions)
Parameters
Type Name Description
IEnumerable<IValue> actions

The list of s to be executed in a transaction.

| Improve this Doc View Source

TxActionList(IValue)

A list of s to be executed in a transaction.

Declaration
public TxActionList(IValue bencoded)
Parameters
Type Name Description
IValue bencoded

Fields

| Improve this Doc View Source

Empty

An empty TxActionList.

Declaration
public static readonly TxActionList Empty
Field Value
Type Description
TxActionList

Properties

| Improve this Doc View Source

Actions

The list of s to be executed in a transaction.

Declaration
public IImmutableList<IValue> Actions { get; }
Property Value
Type Description
IImmutableList<IValue>
| Improve this Doc View Source

Bencoded

A list of s to be executed in a transaction.

Declaration
public IValue Bencoded { get; }
Property Value
Type Description
IValue
| Improve this Doc View Source

Count

A list of s to be executed in a transaction.

Declaration
public int Count { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Item[Int32]

A list of s to be executed in a transaction.

Declaration
public IValue this[int index] { get; }
Parameters
Type Name Description
System.Int32 index
Property Value
Type Description
IValue

Methods

| Improve this Doc View Source

Equals(TxActionList)

A list of s to be executed in a transaction.

Declaration
public bool Equals(TxActionList other)
Parameters
Type Name Description
TxActionList other
Returns
Type Description
System.Boolean
| Improve this Doc View Source

Equals(Nullable<Object>)

A list of s to be executed in a transaction.

Declaration
public override bool Equals(object? obj)
Parameters
Type Name Description
System.Nullable<System.Object> obj
Returns
Type Description
System.Boolean
| Improve this Doc View Source

GetEnumerator()

A list of s to be executed in a transaction.

Declaration
public IEnumerator<IValue> GetEnumerator()
Returns
Type Description
IEnumerator<IValue>
| Improve this Doc View Source

GetHashCode()

A list of s to be executed in a transaction.

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32

Implements

IEquatable<>
IBencodable
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium