Class AbiTuple
Represents a tuple of values that can be used in smart contract calls.
Inherited Members
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed class AbiTuple
Constructors
| Edit this page View SourceAbiTuple(params object[])
Initializes a new instance of the AbiTuple class with the specified values.
Declaration
public AbiTuple(params object[] values)
Parameters
| Type | Name | Description |
|---|---|---|
| object[] | values | Values to initialize the tuple with. |
Properties
| Edit this page View SourceValues
Gets the values contained in the tuple.
Declaration
public object[] Values { get; }
Property Value
| Type | Description |
|---|---|
| object[] |