Show / Hide Table of Contents

Class AbiTuple

Represents a tuple of values that can be used in smart contract calls.

Inheritance
object
AbiTuple
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Hiero
Assembly: Hiero.dll
Syntax
public sealed class AbiTuple

Constructors

| Edit this page View Source

AbiTuple(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 Source

Values

Gets the values contained in the tuple.

Declaration
public object[] Values { get; }
Property Value
Type Description
object[]
  • Edit this page
  • View Source
In this article
Back to top .NET Client Library for Hiero Network and Hedera Hashgraph