Skip to main content

Iota

Namespace: IotaSdk

public static class Iota

Inheritance ObjectIota
Attributes NullableContextAttribute, NullableAttribute

Methods

Base64Decode(String)

public static Byte[] Base64Decode(string input)

Parameters

input String

Returns

Byte[]

Exceptions

SdkFfiException

Base64Encode(Byte[])

public static string Base64Encode(Byte[] input)

Parameters

input Byte[]

Returns

String

BoolFromBcs(Byte[])

Create a bool from BCS encoded bytes.

public static bool BoolFromBcs(Byte[] input)

Parameters

input Byte[]

Returns

Boolean

Exceptions

SdkFfiException

BoolFromJson(String)

Create a bool from JSON encoded string.

public static bool BoolFromJson(string input)

Parameters

input String

Returns

Boolean

Exceptions

SdkFfiException

BoolToBcs(Boolean)

Convert this bool to BCS encoded bytes.

public static Byte[] BoolToBcs(bool input)

Parameters

input Boolean

Returns

Byte[]

Exceptions

SdkFfiException

BoolToJson(Boolean)

Convert this bool to JSON encoded string.

public static string BoolToJson(bool input)

Parameters

input Boolean

Returns

String

Exceptions

SdkFfiException

HexDecode(String)

public static Byte[] HexDecode(string input)

Parameters

input String

Returns

Byte[]

Exceptions

SdkFfiException

HexEncode(Byte[])

public static string HexEncode(Byte[] input)

Parameters

input Byte[]

Returns

String

I16FromBcs(Byte[])

Create a i16 from BCS encoded bytes.

public static short I16FromBcs(Byte[] input)

Parameters

input Byte[]

Returns

Int16

Exceptions

SdkFfiException

I16FromJson(String)

Create a i16 from JSON encoded string.

public static short I16FromJson(string input)

Parameters

input String

Returns

Int16

Exceptions

SdkFfiException

I16ToBcs(Int16)

Convert this i16 to BCS encoded bytes.

public static Byte[] I16ToBcs(short input)

Parameters

input Int16

Returns

Byte[]

Exceptions

SdkFfiException

I16ToJson(Int16)

Convert this i16 to JSON encoded string.

public static string I16ToJson(short input)

Parameters

input Int16

Returns

String

Exceptions

SdkFfiException

I32FromBcs(Byte[])

Create a i32 from BCS encoded bytes.

public static int I32FromBcs(Byte[] input)

Parameters

input Byte[]

Returns

Int32

Exceptions

SdkFfiException

I32FromJson(String)

Create a i32 from JSON encoded string.

public static int I32FromJson(string input)

Parameters

input String

Returns

Int32

Exceptions

SdkFfiException

I32ToBcs(Int32)

Convert this i32 to BCS encoded bytes.

public static Byte[] I32ToBcs(int input)

Parameters

input Int32

Returns

Byte[]

Exceptions

SdkFfiException

I32ToJson(Int32)

Convert this i32 to JSON encoded string.

public static string I32ToJson(int input)

Parameters

input Int32

Returns

String

Exceptions

SdkFfiException

I64FromBcs(Byte[])

Create a i64 from BCS encoded bytes.

public static long I64FromBcs(Byte[] input)

Parameters

input Byte[]

Returns

Int64

Exceptions

SdkFfiException

I64FromJson(String)

Create a i64 from JSON encoded string.

public static long I64FromJson(string input)

Parameters

input String

Returns

Int64

Exceptions

SdkFfiException

I64ToBcs(Int64)

Convert this i64 to BCS encoded bytes.

public static Byte[] I64ToBcs(long input)

Parameters

input Int64

Returns

Byte[]

Exceptions

SdkFfiException

I64ToJson(Int64)

Convert this i64 to JSON encoded string.

public static string I64ToJson(long input)

Parameters

input Int64

Returns

String

Exceptions

SdkFfiException

I8FromBcs(Byte[])

Create a i8 from BCS encoded bytes.

public static sbyte I8FromBcs(Byte[] input)

Parameters

input Byte[]

Returns

SByte

Exceptions

SdkFfiException

I8FromJson(String)

Create a i8 from JSON encoded string.

public static sbyte I8FromJson(string input)

Parameters

input String

Returns

SByte

Exceptions

SdkFfiException

I8ToBcs(SByte)

Convert this i8 to BCS encoded bytes.

public static Byte[] I8ToBcs(sbyte input)

Parameters

input SByte

Returns

Byte[]

Exceptions

SdkFfiException

I8ToJson(SByte)

Convert this i8 to JSON encoded string.

public static string I8ToJson(sbyte input)

Parameters

input SByte

Returns

String

Exceptions

SdkFfiException

StringFromBcs(Byte[])

Create a String from BCS encoded bytes.

public static string StringFromBcs(Byte[] input)

Parameters

input Byte[]

Returns

String

Exceptions

SdkFfiException

StringFromJson(String)

Create a String from JSON encoded string.

public static string StringFromJson(string input)

Parameters

input String

Returns

String

Exceptions

SdkFfiException

StringToBcs(String)

Convert this String to BCS encoded bytes.

public static Byte[] StringToBcs(string input)

Parameters

input String

Returns

Byte[]

Exceptions

SdkFfiException

StringToJson(String)

Convert this String to JSON encoded string.

public static string StringToJson(string input)

Parameters

input String

Returns

String

Exceptions

SdkFfiException

U16FromBcs(Byte[])

Create a u16 from BCS encoded bytes.

public static ushort U16FromBcs(Byte[] input)

Parameters

input Byte[]

Returns

UInt16

Exceptions

SdkFfiException

U16FromJson(String)

Create a u16 from JSON encoded string.

public static ushort U16FromJson(string input)

Parameters

input String

Returns

UInt16

Exceptions

SdkFfiException

U16ToBcs(UInt16)

Convert this u16 to BCS encoded bytes.

public static Byte[] U16ToBcs(ushort input)

Parameters

input UInt16

Returns

Byte[]

Exceptions

SdkFfiException

U16ToJson(UInt16)

Convert this u16 to JSON encoded string.

public static string U16ToJson(ushort input)

Parameters

input UInt16

Returns

String

Exceptions

SdkFfiException

U32FromBcs(Byte[])

Create a u32 from BCS encoded bytes.

public static uint U32FromBcs(Byte[] input)

Parameters

input Byte[]

Returns

UInt32

Exceptions

SdkFfiException

U32FromJson(String)

Create a u32 from JSON encoded string.

public static uint U32FromJson(string input)

Parameters

input String

Returns

UInt32

Exceptions

SdkFfiException

U32ToBcs(UInt32)

Convert this u32 to BCS encoded bytes.

public static Byte[] U32ToBcs(uint input)

Parameters

input UInt32

Returns

Byte[]

Exceptions

SdkFfiException

U32ToJson(UInt32)

Convert this u32 to JSON encoded string.

public static string U32ToJson(uint input)

Parameters

input UInt32

Returns

String

Exceptions

SdkFfiException

U64FromBcs(Byte[])

Create a u64 from BCS encoded bytes.

public static ulong U64FromBcs(Byte[] input)

Parameters

input Byte[]

Returns

UInt64

Exceptions

SdkFfiException

U64FromJson(String)

Create a u64 from JSON encoded string.

public static ulong U64FromJson(string input)

Parameters

input String

Returns

UInt64

Exceptions

SdkFfiException

U64ToBcs(UInt64)

Convert this u64 to BCS encoded bytes.

public static Byte[] U64ToBcs(ulong input)

Parameters

input UInt64

Returns

Byte[]

Exceptions

SdkFfiException

U64ToJson(UInt64)

Convert this u64 to JSON encoded string.

public static string U64ToJson(ulong input)

Parameters

input UInt64

Returns

String

Exceptions

SdkFfiException

U8FromBcs(Byte[])

Create a u8 from BCS encoded bytes.

public static byte U8FromBcs(Byte[] input)

Parameters

input Byte[]

Returns

Byte

Exceptions

SdkFfiException

U8FromJson(String)

Create a u8 from JSON encoded string.

public static byte U8FromJson(string input)

Parameters

input String

Returns

Byte

Exceptions

SdkFfiException

U8ToBcs(Byte)

Convert this u8 to BCS encoded bytes.

public static Byte[] U8ToBcs(byte input)

Parameters

input Byte

Returns

Byte[]

Exceptions

SdkFfiException

U8ToJson(Byte)

Convert this u8 to JSON encoded string.

public static string U8ToJson(byte input)

Parameters

input Byte

Returns

String

Exceptions

SdkFfiException

GenerateMnemonic(MnemonicLength?)

Generate a new BIP-39 mnemonic in English. Supported word counts are 12 and 24 (default).

public static string GenerateMnemonic(MnemonicLength? wordCount)

Parameters

wordCount MnemonicLength?

Returns

String

AddressFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static Address AddressFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

Address

Exceptions

SdkFfiException

AddressFromJson(String)

Create this type from JSON encoded string.

public static Address AddressFromJson(string json)

Parameters

json String

Returns

Address

Exceptions

SdkFfiException

AddressToBcs(Address)

Convert this type to BCS encoded bytes.

public static Byte[] AddressToBcs(Address data)

Parameters

data Address

Returns

Byte[]

Exceptions

SdkFfiException

AddressToJson(Address)

Convert this type to JSON encoded string.

public static string AddressToJson(Address data)

Parameters

data Address

Returns

String

Exceptions

SdkFfiException

CheckpointCommitmentFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static CheckpointCommitment CheckpointCommitmentFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

CheckpointCommitment

Exceptions

SdkFfiException

CheckpointCommitmentFromJson(String)

Create this type from JSON encoded string.

public static CheckpointCommitment CheckpointCommitmentFromJson(string json)

Parameters

json String

Returns

CheckpointCommitment

Exceptions

SdkFfiException

CheckpointCommitmentToBcs(CheckpointCommitment)

Convert this type to BCS encoded bytes.

public static Byte[] CheckpointCommitmentToBcs(CheckpointCommitment data)

Parameters

data CheckpointCommitment

Returns

Byte[]

Exceptions

SdkFfiException

CheckpointCommitmentToJson(CheckpointCommitment)

Convert this type to JSON encoded string.

public static string CheckpointCommitmentToJson(CheckpointCommitment data)

Parameters

data CheckpointCommitment

Returns

String

Exceptions

SdkFfiException

CheckpointContentsFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static CheckpointContents CheckpointContentsFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

CheckpointContents

Exceptions

SdkFfiException

CheckpointContentsFromJson(String)

Create this type from JSON encoded string.

public static CheckpointContents CheckpointContentsFromJson(string json)

Parameters

json String

Returns

CheckpointContents

Exceptions

SdkFfiException

CheckpointContentsToBcs(CheckpointContents)

Convert this type to BCS encoded bytes.

public static Byte[] CheckpointContentsToBcs(CheckpointContents data)

Parameters

data CheckpointContents

Returns

Byte[]

Exceptions

SdkFfiException

CheckpointContentsToJson(CheckpointContents)

Convert this type to JSON encoded string.

public static string CheckpointContentsToJson(CheckpointContents data)

Parameters

data CheckpointContents

Returns

String

Exceptions

SdkFfiException

CheckpointContentsV1FromBcs(Byte[])

Create this type from BCS encoded bytes.

public static CheckpointContentsV1 CheckpointContentsV1FromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

CheckpointContentsV1

Exceptions

SdkFfiException

CheckpointContentsV1FromJson(String)

Create this type from JSON encoded string.

public static CheckpointContentsV1 CheckpointContentsV1FromJson(string json)

Parameters

json String

Returns

CheckpointContentsV1

Exceptions

SdkFfiException

CheckpointContentsV1ToBcs(CheckpointContentsV1)

Convert this type to BCS encoded bytes.

public static Byte[] CheckpointContentsV1ToBcs(CheckpointContentsV1 data)

Parameters

data CheckpointContentsV1

Returns

Byte[]

Exceptions

SdkFfiException

CheckpointContentsV1ToJson(CheckpointContentsV1)

Convert this type to JSON encoded string.

public static string CheckpointContentsV1ToJson(CheckpointContentsV1 data)

Parameters

data CheckpointContentsV1

Returns

String

Exceptions

SdkFfiException

CheckpointSummaryFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static CheckpointSummary CheckpointSummaryFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

CheckpointSummary

Exceptions

SdkFfiException

CheckpointSummaryFromJson(String)

Create this type from JSON encoded string.

public static CheckpointSummary CheckpointSummaryFromJson(string json)

Parameters

json String

Returns

CheckpointSummary

Exceptions

SdkFfiException

CheckpointSummaryToBcs(CheckpointSummary)

Convert this type to BCS encoded bytes.

public static Byte[] CheckpointSummaryToBcs(CheckpointSummary data)

Parameters

data CheckpointSummary

Returns

Byte[]

Exceptions

SdkFfiException

CheckpointSummaryToJson(CheckpointSummary)

Convert this type to JSON encoded string.

public static string CheckpointSummaryToJson(CheckpointSummary data)

Parameters

data CheckpointSummary

Returns

String

Exceptions

SdkFfiException

CheckpointTransactionInfoFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static CheckpointTransactionInfo CheckpointTransactionInfoFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

CheckpointTransactionInfo

Exceptions

SdkFfiException

CheckpointTransactionInfoFromJson(String)

Create this type from JSON encoded string.

public static CheckpointTransactionInfo CheckpointTransactionInfoFromJson(string json)

Parameters

json String

Returns

CheckpointTransactionInfo

Exceptions

SdkFfiException

CheckpointTransactionInfoToBcs(CheckpointTransactionInfo)

Convert this type to BCS encoded bytes.

public static Byte[] CheckpointTransactionInfoToBcs(CheckpointTransactionInfo data)

Parameters

data CheckpointTransactionInfo

Returns

Byte[]

Exceptions

SdkFfiException

CheckpointTransactionInfoToJson(CheckpointTransactionInfo)

Convert this type to JSON encoded string.

public static string CheckpointTransactionInfoToJson(CheckpointTransactionInfo data)

Parameters

data CheckpointTransactionInfo

Returns

String

Exceptions

SdkFfiException

EndOfEpochDataFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static EndOfEpochData EndOfEpochDataFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

EndOfEpochData

Exceptions

SdkFfiException

EndOfEpochDataFromJson(String)

Create this type from JSON encoded string.

public static EndOfEpochData EndOfEpochDataFromJson(string json)

Parameters

json String

Returns

EndOfEpochData

Exceptions

SdkFfiException

EndOfEpochDataToBcs(EndOfEpochData)

Convert this type to BCS encoded bytes.

public static Byte[] EndOfEpochDataToBcs(EndOfEpochData data)

Parameters

data EndOfEpochData

Returns

Byte[]

Exceptions

SdkFfiException

EndOfEpochDataToJson(EndOfEpochData)

Convert this type to JSON encoded string.

public static string EndOfEpochDataToJson(EndOfEpochData data)

Parameters

data EndOfEpochData

Returns

String

Exceptions

SdkFfiException

Bls12381PublicKeyFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static Bls12381PublicKey Bls12381PublicKeyFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

Bls12381PublicKey

Exceptions

SdkFfiException

Bls12381PublicKeyFromJson(String)

Create this type from JSON encoded string.

public static Bls12381PublicKey Bls12381PublicKeyFromJson(string json)

Parameters

json String

Returns

Bls12381PublicKey

Exceptions

SdkFfiException

Bls12381PublicKeyToBcs(Bls12381PublicKey)

Convert this type to BCS encoded bytes.

public static Byte[] Bls12381PublicKeyToBcs(Bls12381PublicKey data)

Parameters

data Bls12381PublicKey

Returns

Byte[]

Exceptions

SdkFfiException

Bls12381PublicKeyToJson(Bls12381PublicKey)

Convert this type to JSON encoded string.

public static string Bls12381PublicKeyToJson(Bls12381PublicKey data)

Parameters

data Bls12381PublicKey

Returns

String

Exceptions

SdkFfiException

Bls12381SignatureFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static Bls12381Signature Bls12381SignatureFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

Bls12381Signature

Exceptions

SdkFfiException

Bls12381SignatureFromJson(String)

Create this type from JSON encoded string.

public static Bls12381Signature Bls12381SignatureFromJson(string json)

Parameters

json String

Returns

Bls12381Signature

Exceptions

SdkFfiException

Bls12381SignatureToBcs(Bls12381Signature)

Convert this type to BCS encoded bytes.

public static Byte[] Bls12381SignatureToBcs(Bls12381Signature data)

Parameters

data Bls12381Signature

Returns

Byte[]

Exceptions

SdkFfiException

Bls12381SignatureToJson(Bls12381Signature)

Convert this type to JSON encoded string.

public static string Bls12381SignatureToJson(Bls12381Signature data)

Parameters

data Bls12381Signature

Returns

String

Exceptions

SdkFfiException

Ed25519PublicKeyFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static Ed25519PublicKey Ed25519PublicKeyFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

Ed25519PublicKey

Exceptions

SdkFfiException

Ed25519PublicKeyFromJson(String)

Create this type from JSON encoded string.

public static Ed25519PublicKey Ed25519PublicKeyFromJson(string json)

Parameters

json String

Returns

Ed25519PublicKey

Exceptions

SdkFfiException

Ed25519PublicKeyToBcs(Ed25519PublicKey)

Convert this type to BCS encoded bytes.

public static Byte[] Ed25519PublicKeyToBcs(Ed25519PublicKey data)

Parameters

data Ed25519PublicKey

Returns

Byte[]

Exceptions

SdkFfiException

Ed25519PublicKeyToJson(Ed25519PublicKey)

Convert this type to JSON encoded string.

public static string Ed25519PublicKeyToJson(Ed25519PublicKey data)

Parameters

data Ed25519PublicKey

Returns

String

Exceptions

SdkFfiException

Ed25519SignatureFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static Ed25519Signature Ed25519SignatureFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

Ed25519Signature

Exceptions

SdkFfiException

Ed25519SignatureFromJson(String)

Create this type from JSON encoded string.

public static Ed25519Signature Ed25519SignatureFromJson(string json)

Parameters

json String

Returns

Ed25519Signature

Exceptions

SdkFfiException

Ed25519SignatureToBcs(Ed25519Signature)

Convert this type to BCS encoded bytes.

public static Byte[] Ed25519SignatureToBcs(Ed25519Signature data)

Parameters

data Ed25519Signature

Returns

Byte[]

Exceptions

SdkFfiException

Ed25519SignatureToJson(Ed25519Signature)

Convert this type to JSON encoded string.

public static string Ed25519SignatureToJson(Ed25519Signature data)

Parameters

data Ed25519Signature

Returns

String

Exceptions

SdkFfiException

Secp256k1PublicKeyFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static Secp256k1PublicKey Secp256k1PublicKeyFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

Secp256k1PublicKey

Exceptions

SdkFfiException

Secp256k1PublicKeyFromJson(String)

Create this type from JSON encoded string.

public static Secp256k1PublicKey Secp256k1PublicKeyFromJson(string json)

Parameters

json String

Returns

Secp256k1PublicKey

Exceptions

SdkFfiException

Secp256k1PublicKeyToBcs(Secp256k1PublicKey)

Convert this type to BCS encoded bytes.

public static Byte[] Secp256k1PublicKeyToBcs(Secp256k1PublicKey data)

Parameters

data Secp256k1PublicKey

Returns

Byte[]

Exceptions

SdkFfiException

Secp256k1PublicKeyToJson(Secp256k1PublicKey)

Convert this type to JSON encoded string.

public static string Secp256k1PublicKeyToJson(Secp256k1PublicKey data)

Parameters

data Secp256k1PublicKey

Returns

String

Exceptions

SdkFfiException

Secp256k1SignatureFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static Secp256k1Signature Secp256k1SignatureFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

Secp256k1Signature

Exceptions

SdkFfiException

Secp256k1SignatureFromJson(String)

Create this type from JSON encoded string.

public static Secp256k1Signature Secp256k1SignatureFromJson(string json)

Parameters

json String

Returns

Secp256k1Signature

Exceptions

SdkFfiException

Secp256k1SignatureToBcs(Secp256k1Signature)

Convert this type to BCS encoded bytes.

public static Byte[] Secp256k1SignatureToBcs(Secp256k1Signature data)

Parameters

data Secp256k1Signature

Returns

Byte[]

Exceptions

SdkFfiException

Secp256k1SignatureToJson(Secp256k1Signature)

Convert this type to JSON encoded string.

public static string Secp256k1SignatureToJson(Secp256k1Signature data)

Parameters

data Secp256k1Signature

Returns

String

Exceptions

SdkFfiException

Secp256r1PublicKeyFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static Secp256r1PublicKey Secp256r1PublicKeyFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

Secp256r1PublicKey

Exceptions

SdkFfiException

Secp256r1PublicKeyFromJson(String)

Create this type from JSON encoded string.

public static Secp256r1PublicKey Secp256r1PublicKeyFromJson(string json)

Parameters

json String

Returns

Secp256r1PublicKey

Exceptions

SdkFfiException

Secp256r1PublicKeyToBcs(Secp256r1PublicKey)

Convert this type to BCS encoded bytes.

public static Byte[] Secp256r1PublicKeyToBcs(Secp256r1PublicKey data)

Parameters

data Secp256r1PublicKey

Returns

Byte[]

Exceptions

SdkFfiException

Secp256r1PublicKeyToJson(Secp256r1PublicKey)

Convert this type to JSON encoded string.

public static string Secp256r1PublicKeyToJson(Secp256r1PublicKey data)

Parameters

data Secp256r1PublicKey

Returns

String

Exceptions

SdkFfiException

Secp256r1SignatureFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static Secp256r1Signature Secp256r1SignatureFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

Secp256r1Signature

Exceptions

SdkFfiException

Secp256r1SignatureFromJson(String)

Create this type from JSON encoded string.

public static Secp256r1Signature Secp256r1SignatureFromJson(string json)

Parameters

json String

Returns

Secp256r1Signature

Exceptions

SdkFfiException

Secp256r1SignatureToBcs(Secp256r1Signature)

Convert this type to BCS encoded bytes.

public static Byte[] Secp256r1SignatureToBcs(Secp256r1Signature data)

Parameters

data Secp256r1Signature

Returns

Byte[]

Exceptions

SdkFfiException

Secp256r1SignatureToJson(Secp256r1Signature)

Convert this type to JSON encoded string.

public static string Secp256r1SignatureToJson(Secp256r1Signature data)

Parameters

data Secp256r1Signature

Returns

String

Exceptions

SdkFfiException

MultisigAggregatedSignatureFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static MultisigAggregatedSignature MultisigAggregatedSignatureFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

MultisigAggregatedSignature

Exceptions

SdkFfiException

MultisigAggregatedSignatureFromJson(String)

Create this type from JSON encoded string.

public static MultisigAggregatedSignature MultisigAggregatedSignatureFromJson(string json)

Parameters

json String

Returns

MultisigAggregatedSignature

Exceptions

SdkFfiException

MultisigAggregatedSignatureToBcs(MultisigAggregatedSignature)

Convert this type to BCS encoded bytes.

public static Byte[] MultisigAggregatedSignatureToBcs(MultisigAggregatedSignature data)

Parameters

data MultisigAggregatedSignature

Returns

Byte[]

Exceptions

SdkFfiException

MultisigAggregatedSignatureToJson(MultisigAggregatedSignature)

Convert this type to JSON encoded string.

public static string MultisigAggregatedSignatureToJson(MultisigAggregatedSignature data)

Parameters

data MultisigAggregatedSignature

Returns

String

Exceptions

SdkFfiException

MultisigCommitteeFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static MultisigCommittee MultisigCommitteeFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

MultisigCommittee

Exceptions

SdkFfiException

MultisigCommitteeFromJson(String)

Create this type from JSON encoded string.

public static MultisigCommittee MultisigCommitteeFromJson(string json)

Parameters

json String

Returns

MultisigCommittee

Exceptions

SdkFfiException

MultisigCommitteeToBcs(MultisigCommittee)

Convert this type to BCS encoded bytes.

public static Byte[] MultisigCommitteeToBcs(MultisigCommittee data)

Parameters

data MultisigCommittee

Returns

Byte[]

Exceptions

SdkFfiException

MultisigCommitteeToJson(MultisigCommittee)

Convert this type to JSON encoded string.

public static string MultisigCommitteeToJson(MultisigCommittee data)

Parameters

data MultisigCommittee

Returns

String

Exceptions

SdkFfiException

MultisigMemberFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static MultisigMember MultisigMemberFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

MultisigMember

Exceptions

SdkFfiException

MultisigMemberFromJson(String)

Create this type from JSON encoded string.

public static MultisigMember MultisigMemberFromJson(string json)

Parameters

json String

Returns

MultisigMember

Exceptions

SdkFfiException

MultisigMemberSignatureFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static MultisigMemberSignature MultisigMemberSignatureFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

MultisigMemberSignature

Exceptions

SdkFfiException

MultisigMemberSignatureFromJson(String)

Create this type from JSON encoded string.

public static MultisigMemberSignature MultisigMemberSignatureFromJson(string json)

Parameters

json String

Returns

MultisigMemberSignature

Exceptions

SdkFfiException

MultisigMemberSignatureToBcs(MultisigMemberSignature)

Convert this type to BCS encoded bytes.

public static Byte[] MultisigMemberSignatureToBcs(MultisigMemberSignature data)

Parameters

data MultisigMemberSignature

Returns

Byte[]

Exceptions

SdkFfiException

MultisigMemberSignatureToJson(MultisigMemberSignature)

Convert this type to JSON encoded string.

public static string MultisigMemberSignatureToJson(MultisigMemberSignature data)

Parameters

data MultisigMemberSignature

Returns

String

Exceptions

SdkFfiException

MultisigMemberToBcs(MultisigMember)

Convert this type to BCS encoded bytes.

public static Byte[] MultisigMemberToBcs(MultisigMember data)

Parameters

data MultisigMember

Returns

Byte[]

Exceptions

SdkFfiException

MultisigMemberToJson(MultisigMember)

Convert this type to JSON encoded string.

public static string MultisigMemberToJson(MultisigMember data)

Parameters

data MultisigMember

Returns

String

Exceptions

SdkFfiException

PublicKeyFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static PublicKey PublicKeyFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

PublicKey

Exceptions

SdkFfiException

PublicKeyFromJson(String)

Create this type from JSON encoded string.

public static PublicKey PublicKeyFromJson(string json)

Parameters

json String

Returns

PublicKey

Exceptions

SdkFfiException

PublicKeyToBcs(PublicKey)

Convert this type to BCS encoded bytes.

public static Byte[] PublicKeyToBcs(PublicKey data)

Parameters

data PublicKey

Returns

Byte[]

Exceptions

SdkFfiException

PublicKeyToJson(PublicKey)

Convert this type to JSON encoded string.

public static string PublicKeyToJson(PublicKey data)

Parameters

data PublicKey

Returns

String

Exceptions

SdkFfiException

PasskeyAuthenticatorFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static PasskeyAuthenticator PasskeyAuthenticatorFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

PasskeyAuthenticator

Exceptions

SdkFfiException

PasskeyAuthenticatorFromJson(String)

Create this type from JSON encoded string.

public static PasskeyAuthenticator PasskeyAuthenticatorFromJson(string json)

Parameters

json String

Returns

PasskeyAuthenticator

Exceptions

SdkFfiException

PasskeyAuthenticatorToBcs(PasskeyAuthenticator)

Convert this type to BCS encoded bytes.

public static Byte[] PasskeyAuthenticatorToBcs(PasskeyAuthenticator data)

Parameters

data PasskeyAuthenticator

Returns

Byte[]

Exceptions

SdkFfiException

PasskeyAuthenticatorToJson(PasskeyAuthenticator)

Convert this type to JSON encoded string.

public static string PasskeyAuthenticatorToJson(PasskeyAuthenticator data)

Parameters

data PasskeyAuthenticator

Returns

String

Exceptions

SdkFfiException

CertificateDigestFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static CertificateDigest CertificateDigestFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

CertificateDigest

Exceptions

SdkFfiException

CertificateDigestFromJson(String)

Create this type from JSON encoded string.

public static CertificateDigest CertificateDigestFromJson(string json)

Parameters

json String

Returns

CertificateDigest

Exceptions

SdkFfiException

CertificateDigestToBcs(CertificateDigest)

Convert this type to BCS encoded bytes.

public static Byte[] CertificateDigestToBcs(CertificateDigest data)

Parameters

data CertificateDigest

Returns

Byte[]

Exceptions

SdkFfiException

CertificateDigestToJson(CertificateDigest)

Convert this type to JSON encoded string.

public static string CertificateDigestToJson(CertificateDigest data)

Parameters

data CertificateDigest

Returns

String

Exceptions

SdkFfiException

CheckpointContentsDigestFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static CheckpointContentsDigest CheckpointContentsDigestFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

CheckpointContentsDigest

Exceptions

SdkFfiException

CheckpointContentsDigestFromJson(String)

Create this type from JSON encoded string.

public static CheckpointContentsDigest CheckpointContentsDigestFromJson(string json)

Parameters

json String

Returns

CheckpointContentsDigest

Exceptions

SdkFfiException

CheckpointContentsDigestToBcs(CheckpointContentsDigest)

Convert this type to BCS encoded bytes.

public static Byte[] CheckpointContentsDigestToBcs(CheckpointContentsDigest data)

Parameters

data CheckpointContentsDigest

Returns

Byte[]

Exceptions

SdkFfiException

CheckpointContentsDigestToJson(CheckpointContentsDigest)

Convert this type to JSON encoded string.

public static string CheckpointContentsDigestToJson(CheckpointContentsDigest data)

Parameters

data CheckpointContentsDigest

Returns

String

Exceptions

SdkFfiException

CheckpointDigestFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static CheckpointDigest CheckpointDigestFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

CheckpointDigest

Exceptions

SdkFfiException

CheckpointDigestFromJson(String)

Create this type from JSON encoded string.

public static CheckpointDigest CheckpointDigestFromJson(string json)

Parameters

json String

Returns

CheckpointDigest

Exceptions

SdkFfiException

CheckpointDigestToBcs(CheckpointDigest)

Convert this type to BCS encoded bytes.

public static Byte[] CheckpointDigestToBcs(CheckpointDigest data)

Parameters

data CheckpointDigest

Returns

Byte[]

Exceptions

SdkFfiException

CheckpointDigestToJson(CheckpointDigest)

Convert this type to JSON encoded string.

public static string CheckpointDigestToJson(CheckpointDigest data)

Parameters

data CheckpointDigest

Returns

String

Exceptions

SdkFfiException

ConsensusCommitDigestFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static ConsensusCommitDigest ConsensusCommitDigestFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

ConsensusCommitDigest

Exceptions

SdkFfiException

ConsensusCommitDigestFromJson(String)

Create this type from JSON encoded string.

public static ConsensusCommitDigest ConsensusCommitDigestFromJson(string json)

Parameters

json String

Returns

ConsensusCommitDigest

Exceptions

SdkFfiException

ConsensusCommitDigestToBcs(ConsensusCommitDigest)

Convert this type to BCS encoded bytes.

public static Byte[] ConsensusCommitDigestToBcs(ConsensusCommitDigest data)

Parameters

data ConsensusCommitDigest

Returns

Byte[]

Exceptions

SdkFfiException

ConsensusCommitDigestToJson(ConsensusCommitDigest)

Convert this type to JSON encoded string.

public static string ConsensusCommitDigestToJson(ConsensusCommitDigest data)

Parameters

data ConsensusCommitDigest

Returns

String

Exceptions

SdkFfiException

DigestFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static Digest DigestFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

Digest

Exceptions

SdkFfiException

DigestFromJson(String)

Create this type from JSON encoded string.

public static Digest DigestFromJson(string json)

Parameters

json String

Returns

Digest

Exceptions

SdkFfiException

DigestToBcs(Digest)

Convert this type to BCS encoded bytes.

public static Byte[] DigestToBcs(Digest data)

Parameters

data Digest

Returns

Byte[]

Exceptions

SdkFfiException

DigestToJson(Digest)

Convert this type to JSON encoded string.

public static string DigestToJson(Digest data)

Parameters

data Digest

Returns

String

Exceptions

SdkFfiException

EffectsAuxDataDigestFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static EffectsAuxDataDigest EffectsAuxDataDigestFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

EffectsAuxDataDigest

Exceptions

SdkFfiException

EffectsAuxDataDigestFromJson(String)

Create this type from JSON encoded string.

public static EffectsAuxDataDigest EffectsAuxDataDigestFromJson(string json)

Parameters

json String

Returns

EffectsAuxDataDigest

Exceptions

SdkFfiException

EffectsAuxDataDigestToBcs(EffectsAuxDataDigest)

Convert this type to BCS encoded bytes.

public static Byte[] EffectsAuxDataDigestToBcs(EffectsAuxDataDigest data)

Parameters

data EffectsAuxDataDigest

Returns

Byte[]

Exceptions

SdkFfiException

EffectsAuxDataDigestToJson(EffectsAuxDataDigest)

Convert this type to JSON encoded string.

public static string EffectsAuxDataDigestToJson(EffectsAuxDataDigest data)

Parameters

data EffectsAuxDataDigest

Returns

String

Exceptions

SdkFfiException

MisbehaviorReportDigestFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static MisbehaviorReportDigest MisbehaviorReportDigestFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

MisbehaviorReportDigest

Exceptions

SdkFfiException

MisbehaviorReportDigestFromJson(String)

Create this type from JSON encoded string.

public static MisbehaviorReportDigest MisbehaviorReportDigestFromJson(string json)

Parameters

json String

Returns

MisbehaviorReportDigest

Exceptions

SdkFfiException

MisbehaviorReportDigestToBcs(MisbehaviorReportDigest)

Convert this type to BCS encoded bytes.

public static Byte[] MisbehaviorReportDigestToBcs(MisbehaviorReportDigest data)

Parameters

data MisbehaviorReportDigest

Returns

Byte[]

Exceptions

SdkFfiException

MisbehaviorReportDigestToJson(MisbehaviorReportDigest)

Convert this type to JSON encoded string.

public static string MisbehaviorReportDigestToJson(MisbehaviorReportDigest data)

Parameters

data MisbehaviorReportDigest

Returns

String

Exceptions

SdkFfiException

MoveAuthenticatorDigestFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static MoveAuthenticatorDigest MoveAuthenticatorDigestFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

MoveAuthenticatorDigest

Exceptions

SdkFfiException

MoveAuthenticatorDigestFromJson(String)

Create this type from JSON encoded string.

public static MoveAuthenticatorDigest MoveAuthenticatorDigestFromJson(string json)

Parameters

json String

Returns

MoveAuthenticatorDigest

Exceptions

SdkFfiException

MoveAuthenticatorDigestToBcs(MoveAuthenticatorDigest)

Convert this type to BCS encoded bytes.

public static Byte[] MoveAuthenticatorDigestToBcs(MoveAuthenticatorDigest data)

Parameters

data MoveAuthenticatorDigest

Returns

Byte[]

Exceptions

SdkFfiException

MoveAuthenticatorDigestToJson(MoveAuthenticatorDigest)

Convert this type to JSON encoded string.

public static string MoveAuthenticatorDigestToJson(MoveAuthenticatorDigest data)

Parameters

data MoveAuthenticatorDigest

Returns

String

Exceptions

SdkFfiException

ObjectDigestFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static ObjectDigest ObjectDigestFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

ObjectDigest

Exceptions

SdkFfiException

ObjectDigestFromJson(String)

Create this type from JSON encoded string.

public static ObjectDigest ObjectDigestFromJson(string json)

Parameters

json String

Returns

ObjectDigest

Exceptions

SdkFfiException

ObjectDigestToBcs(ObjectDigest)

Convert this type to BCS encoded bytes.

public static Byte[] ObjectDigestToBcs(ObjectDigest data)

Parameters

data ObjectDigest

Returns

Byte[]

Exceptions

SdkFfiException

ObjectDigestToJson(ObjectDigest)

Convert this type to JSON encoded string.

public static string ObjectDigestToJson(ObjectDigest data)

Parameters

data ObjectDigest

Returns

String

Exceptions

SdkFfiException

SenderSignedDataDigestFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static SenderSignedDataDigest SenderSignedDataDigestFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

SenderSignedDataDigest

Exceptions

SdkFfiException

SenderSignedDataDigestFromJson(String)

Create this type from JSON encoded string.

public static SenderSignedDataDigest SenderSignedDataDigestFromJson(string json)

Parameters

json String

Returns

SenderSignedDataDigest

Exceptions

SdkFfiException

SenderSignedDataDigestToBcs(SenderSignedDataDigest)

Convert this type to BCS encoded bytes.

public static Byte[] SenderSignedDataDigestToBcs(SenderSignedDataDigest data)

Parameters

data SenderSignedDataDigest

Returns

Byte[]

Exceptions

SdkFfiException

SenderSignedDataDigestToJson(SenderSignedDataDigest)

Convert this type to JSON encoded string.

public static string SenderSignedDataDigestToJson(SenderSignedDataDigest data)

Parameters

data SenderSignedDataDigest

Returns

String

Exceptions

SdkFfiException

TransactionDigestFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static TransactionDigest TransactionDigestFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

TransactionDigest

Exceptions

SdkFfiException

TransactionDigestFromJson(String)

Create this type from JSON encoded string.

public static TransactionDigest TransactionDigestFromJson(string json)

Parameters

json String

Returns

TransactionDigest

Exceptions

SdkFfiException

TransactionDigestToBcs(TransactionDigest)

Convert this type to BCS encoded bytes.

public static Byte[] TransactionDigestToBcs(TransactionDigest data)

Parameters

data TransactionDigest

Returns

Byte[]

Exceptions

SdkFfiException

TransactionDigestToJson(TransactionDigest)

Convert this type to JSON encoded string.

public static string TransactionDigestToJson(TransactionDigest data)

Parameters

data TransactionDigest

Returns

String

Exceptions

SdkFfiException

TransactionEffectsDigestFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static TransactionEffectsDigest TransactionEffectsDigestFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

TransactionEffectsDigest

Exceptions

SdkFfiException

TransactionEffectsDigestFromJson(String)

Create this type from JSON encoded string.

public static TransactionEffectsDigest TransactionEffectsDigestFromJson(string json)

Parameters

json String

Returns

TransactionEffectsDigest

Exceptions

SdkFfiException

TransactionEffectsDigestToBcs(TransactionEffectsDigest)

Convert this type to BCS encoded bytes.

public static Byte[] TransactionEffectsDigestToBcs(TransactionEffectsDigest data)

Parameters

data TransactionEffectsDigest

Returns

Byte[]

Exceptions

SdkFfiException

TransactionEffectsDigestToJson(TransactionEffectsDigest)

Convert this type to JSON encoded string.

public static string TransactionEffectsDigestToJson(TransactionEffectsDigest data)

Parameters

data TransactionEffectsDigest

Returns

String

Exceptions

SdkFfiException

TransactionEventsDigestFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static TransactionEventsDigest TransactionEventsDigestFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

TransactionEventsDigest

Exceptions

SdkFfiException

TransactionEventsDigestFromJson(String)

Create this type from JSON encoded string.

public static TransactionEventsDigest TransactionEventsDigestFromJson(string json)

Parameters

json String

Returns

TransactionEventsDigest

Exceptions

SdkFfiException

TransactionEventsDigestToBcs(TransactionEventsDigest)

Convert this type to BCS encoded bytes.

public static Byte[] TransactionEventsDigestToBcs(TransactionEventsDigest data)

Parameters

data TransactionEventsDigest

Returns

Byte[]

Exceptions

SdkFfiException

TransactionEventsDigestToJson(TransactionEventsDigest)

Convert this type to JSON encoded string.

public static string TransactionEventsDigestToJson(TransactionEventsDigest data)

Parameters

data TransactionEventsDigest

Returns

String

Exceptions

SdkFfiException

EventFromBcs(Byte[])

Create an [Event] from BCS encoded bytes.

public static Event EventFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

Event

Exceptions

SdkFfiException

EventFromJson(String)

Create an [Event] from a JSON encoded string.

public static Event EventFromJson(string json)

Parameters

json String

Returns

Event

Exceptions

SdkFfiException

EventToBcs(Event)

Convert an [Event] to BCS encoded bytes.

public static Byte[] EventToBcs(Event data)

Parameters

data Event

Returns

Byte[]

Exceptions

SdkFfiException

EventToJson(Event)

Convert an [Event] to a JSON encoded string.

public static string EventToJson(Event data)

Parameters

data Event

Returns

String

Exceptions

SdkFfiException

TransactionEventsFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static TransactionEvents TransactionEventsFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

TransactionEvents

Exceptions

SdkFfiException

TransactionEventsFromJson(String)

Create this type from JSON encoded string.

public static TransactionEvents TransactionEventsFromJson(string json)

Parameters

json String

Returns

TransactionEvents

Exceptions

SdkFfiException

TransactionEventsToBcs(TransactionEvents)

Convert this type to BCS encoded bytes.

public static Byte[] TransactionEventsToBcs(TransactionEvents data)

Parameters

data TransactionEvents

Returns

Byte[]

Exceptions

SdkFfiException

TransactionEventsToJson(TransactionEvents)

Convert this type to JSON encoded string.

public static string TransactionEventsToJson(TransactionEvents data)

Parameters

data TransactionEvents

Returns

String

Exceptions

SdkFfiException

CommandArgumentErrorFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static CommandArgumentError CommandArgumentErrorFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

CommandArgumentError

Exceptions

SdkFfiException

CommandArgumentErrorFromJson(String)

Create this type from JSON encoded string.

public static CommandArgumentError CommandArgumentErrorFromJson(string json)

Parameters

json String

Returns

CommandArgumentError

Exceptions

SdkFfiException

CommandArgumentErrorToBcs(CommandArgumentError)

Convert this type to BCS encoded bytes.

public static Byte[] CommandArgumentErrorToBcs(CommandArgumentError data)

Parameters

data CommandArgumentError

Returns

Byte[]

Exceptions

SdkFfiException

CommandArgumentErrorToJson(CommandArgumentError)

Convert this type to JSON encoded string.

public static string CommandArgumentErrorToJson(CommandArgumentError data)

Parameters

data CommandArgumentError

Returns

String

Exceptions

SdkFfiException

ExecutionErrorFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static ExecutionError ExecutionErrorFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

ExecutionError

Exceptions

SdkFfiException

ExecutionErrorFromJson(String)

Create this type from JSON encoded string.

public static ExecutionError ExecutionErrorFromJson(string json)

Parameters

json String

Returns

ExecutionError

Exceptions

SdkFfiException

ExecutionErrorToBcs(ExecutionError)

Convert this type to BCS encoded bytes.

public static Byte[] ExecutionErrorToBcs(ExecutionError data)

Parameters

data ExecutionError

Returns

Byte[]

Exceptions

SdkFfiException

ExecutionErrorToJson(ExecutionError)

Convert this type to JSON encoded string.

public static string ExecutionErrorToJson(ExecutionError data)

Parameters

data ExecutionError

Returns

String

Exceptions

SdkFfiException

ExecutionStatusFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static ExecutionStatus ExecutionStatusFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

ExecutionStatus

Exceptions

SdkFfiException

ExecutionStatusFromJson(String)

Create this type from JSON encoded string.

public static ExecutionStatus ExecutionStatusFromJson(string json)

Parameters

json String

Returns

ExecutionStatus

Exceptions

SdkFfiException

ExecutionStatusToBcs(ExecutionStatus)

Convert this type to BCS encoded bytes.

public static Byte[] ExecutionStatusToBcs(ExecutionStatus data)

Parameters

data ExecutionStatus

Returns

Byte[]

Exceptions

SdkFfiException

ExecutionStatusToJson(ExecutionStatus)

Convert this type to JSON encoded string.

public static string ExecutionStatusToJson(ExecutionStatus data)

Parameters

data ExecutionStatus

Returns

String

Exceptions

SdkFfiException

MoveLocationFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static MoveLocation MoveLocationFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

MoveLocation

Exceptions

SdkFfiException

MoveLocationFromJson(String)

Create this type from JSON encoded string.

public static MoveLocation MoveLocationFromJson(string json)

Parameters

json String

Returns

MoveLocation

Exceptions

SdkFfiException

MoveLocationToBcs(MoveLocation)

Convert this type to BCS encoded bytes.

public static Byte[] MoveLocationToBcs(MoveLocation data)

Parameters

data MoveLocation

Returns

Byte[]

Exceptions

SdkFfiException

MoveLocationToJson(MoveLocation)

Convert this type to JSON encoded string.

public static string MoveLocationToJson(MoveLocation data)

Parameters

data MoveLocation

Returns

String

Exceptions

SdkFfiException

PackageUpgradeErrorFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static PackageUpgradeError PackageUpgradeErrorFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

PackageUpgradeError

Exceptions

SdkFfiException

PackageUpgradeErrorFromJson(String)

Create this type from JSON encoded string.

public static PackageUpgradeError PackageUpgradeErrorFromJson(string json)

Parameters

json String

Returns

PackageUpgradeError

Exceptions

SdkFfiException

PackageUpgradeErrorToBcs(PackageUpgradeError)

Convert this type to BCS encoded bytes.

public static Byte[] PackageUpgradeErrorToBcs(PackageUpgradeError data)

Parameters

data PackageUpgradeError

Returns

Byte[]

Exceptions

SdkFfiException

PackageUpgradeErrorToJson(PackageUpgradeError)

Convert this type to JSON encoded string.

public static string PackageUpgradeErrorToJson(PackageUpgradeError data)

Parameters

data PackageUpgradeError

Returns

String

Exceptions

SdkFfiException

TypeArgumentErrorFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static TypeArgumentError TypeArgumentErrorFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

TypeArgumentError

Exceptions

SdkFfiException

TypeArgumentErrorFromJson(String)

Create this type from JSON encoded string.

public static TypeArgumentError TypeArgumentErrorFromJson(string json)

Parameters

json String

Returns

TypeArgumentError

Exceptions

SdkFfiException

TypeArgumentErrorToBcs(TypeArgumentError)

Convert this type to BCS encoded bytes.

public static Byte[] TypeArgumentErrorToBcs(TypeArgumentError data)

Parameters

data TypeArgumentError

Returns

Byte[]

Exceptions

SdkFfiException

TypeArgumentErrorToJson(TypeArgumentError)

Convert this type to JSON encoded string.

public static string TypeArgumentErrorToJson(TypeArgumentError data)

Parameters

data TypeArgumentError

Returns

String

Exceptions

SdkFfiException

GasCostSummaryFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static GasCostSummary GasCostSummaryFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

GasCostSummary

Exceptions

SdkFfiException

GasCostSummaryFromJson(String)

Create this type from JSON encoded string.

public static GasCostSummary GasCostSummaryFromJson(string json)

Parameters

json String

Returns

GasCostSummary

Exceptions

SdkFfiException

GasCostSummaryToBcs(GasCostSummary)

Convert this type to BCS encoded bytes.

public static Byte[] GasCostSummaryToBcs(GasCostSummary data)

Parameters

data GasCostSummary

Returns

Byte[]

Exceptions

SdkFfiException

GasCostSummaryToJson(GasCostSummary)

Convert this type to JSON encoded string.

public static string GasCostSummaryToJson(GasCostSummary data)

Parameters

data GasCostSummary

Returns

String

Exceptions

SdkFfiException

IdentifierFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static Identifier IdentifierFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

Identifier

Exceptions

SdkFfiException

IdentifierFromJson(String)

Create this type from JSON encoded string.

public static Identifier IdentifierFromJson(string json)

Parameters

json String

Returns

Identifier

Exceptions

SdkFfiException

IdentifierToBcs(Identifier)

Convert this type to BCS encoded bytes.

public static Byte[] IdentifierToBcs(Identifier data)

Parameters

data Identifier

Returns

Byte[]

Exceptions

SdkFfiException

IdentifierToJson(Identifier)

Convert this type to JSON encoded string.

public static string IdentifierToJson(Identifier data)

Parameters

data Identifier

Returns

String

Exceptions

SdkFfiException

StructTagFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static StructTag StructTagFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

StructTag

Exceptions

SdkFfiException

StructTagFromJson(String)

Create this type from JSON encoded string.

public static StructTag StructTagFromJson(string json)

Parameters

json String

Returns

StructTag

Exceptions

SdkFfiException

StructTagToBcs(StructTag)

Convert this type to BCS encoded bytes.

public static Byte[] StructTagToBcs(StructTag data)

Parameters

data StructTag

Returns

Byte[]

Exceptions

SdkFfiException

StructTagToJson(StructTag)

Convert this type to JSON encoded string.

public static string StructTagToJson(StructTag data)

Parameters

data StructTag

Returns

String

Exceptions

SdkFfiException

TypeTagFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static TypeTag TypeTagFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

TypeTag

Exceptions

SdkFfiException

TypeTagFromJson(String)

Create this type from JSON encoded string.

public static TypeTag TypeTagFromJson(string json)

Parameters

json String

Returns

TypeTag

Exceptions

SdkFfiException

TypeTagToBcs(TypeTag)

Convert this type to BCS encoded bytes.

public static Byte[] TypeTagToBcs(TypeTag data)

Parameters

data TypeTag

Returns

Byte[]

Exceptions

SdkFfiException

TypeTagToJson(TypeTag)

Convert this type to JSON encoded string.

public static string TypeTagToJson(TypeTag data)

Parameters

data TypeTag

Returns

String

Exceptions

SdkFfiException

GenesisObjectFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static GenesisObject GenesisObjectFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

GenesisObject

Exceptions

SdkFfiException

GenesisObjectFromJson(String)

Create this type from JSON encoded string.

public static GenesisObject GenesisObjectFromJson(string json)

Parameters

json String

Returns

GenesisObject

Exceptions

SdkFfiException

GenesisObjectToBcs(GenesisObject)

Convert this type to BCS encoded bytes.

public static Byte[] GenesisObjectToBcs(GenesisObject data)

Parameters

data GenesisObject

Returns

Byte[]

Exceptions

SdkFfiException

GenesisObjectToJson(GenesisObject)

Convert this type to JSON encoded string.

public static string GenesisObjectToJson(GenesisObject data)

Parameters

data GenesisObject

Returns

String

Exceptions

SdkFfiException

MovePackageFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static MovePackage MovePackageFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

MovePackage

Exceptions

SdkFfiException

MovePackageFromJson(String)

Create this type from JSON encoded string.

public static MovePackage MovePackageFromJson(string json)

Parameters

json String

Returns

MovePackage

Exceptions

SdkFfiException

MovePackageToBcs(MovePackage)

Convert this type to BCS encoded bytes.

public static Byte[] MovePackageToBcs(MovePackage data)

Parameters

data MovePackage

Returns

Byte[]

Exceptions

SdkFfiException

MovePackageToJson(MovePackage)

Convert this type to JSON encoded string.

public static string MovePackageToJson(MovePackage data)

Parameters

data MovePackage

Returns

String

Exceptions

SdkFfiException

MoveStructFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static MoveStruct MoveStructFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

MoveStruct

Exceptions

SdkFfiException

MoveStructFromJson(String)

Create this type from JSON encoded string.

public static MoveStruct MoveStructFromJson(string json)

Parameters

json String

Returns

MoveStruct

Exceptions

SdkFfiException

MoveStructToBcs(MoveStruct)

Convert this type to BCS encoded bytes.

public static Byte[] MoveStructToBcs(MoveStruct data)

Parameters

data MoveStruct

Returns

Byte[]

Exceptions

SdkFfiException

MoveStructToJson(MoveStruct)

Convert this type to JSON encoded string.

public static string MoveStructToJson(MoveStruct data)

Parameters

data MoveStruct

Returns

String

Exceptions

SdkFfiException

ObjectDataFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static ObjectData ObjectDataFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

ObjectData

Exceptions

SdkFfiException

ObjectDataFromJson(String)

Create this type from JSON encoded string.

public static ObjectData ObjectDataFromJson(string json)

Parameters

json String

Returns

ObjectData

Exceptions

SdkFfiException

ObjectDataToBcs(ObjectData)

Convert this type to BCS encoded bytes.

public static Byte[] ObjectDataToBcs(ObjectData data)

Parameters

data ObjectData

Returns

Byte[]

Exceptions

SdkFfiException

ObjectDataToJson(ObjectData)

Convert this type to JSON encoded string.

public static string ObjectDataToJson(ObjectData data)

Parameters

data ObjectData

Returns

String

Exceptions

SdkFfiException

ObjectFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static Object ObjectFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

Object

Exceptions

SdkFfiException

ObjectFromJson(String)

Create this type from JSON encoded string.

public static Object ObjectFromJson(string json)

Parameters

json String

Returns

Object

Exceptions

SdkFfiException

ObjectIdFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static ObjectId ObjectIdFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

ObjectId

Exceptions

SdkFfiException

ObjectIdFromJson(String)

Create this type from JSON encoded string.

public static ObjectId ObjectIdFromJson(string json)

Parameters

json String

Returns

ObjectId

Exceptions

SdkFfiException

ObjectIdToBcs(ObjectId)

Convert this type to BCS encoded bytes.

public static Byte[] ObjectIdToBcs(ObjectId data)

Parameters

data ObjectId

Returns

Byte[]

Exceptions

SdkFfiException

ObjectIdToJson(ObjectId)

Convert this type to JSON encoded string.

public static string ObjectIdToJson(ObjectId data)

Parameters

data ObjectId

Returns

String

Exceptions

SdkFfiException

ObjectReferenceFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static ObjectReference ObjectReferenceFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

ObjectReference

Exceptions

SdkFfiException

ObjectReferenceFromJson(String)

Create this type from JSON encoded string.

public static ObjectReference ObjectReferenceFromJson(string json)

Parameters

json String

Returns

ObjectReference

Exceptions

SdkFfiException

ObjectReferenceToBcs(ObjectReference)

Convert this type to BCS encoded bytes.

public static Byte[] ObjectReferenceToBcs(ObjectReference data)

Parameters

data ObjectReference

Returns

Byte[]

Exceptions

SdkFfiException

ObjectReferenceToJson(ObjectReference)

Convert this type to JSON encoded string.

public static string ObjectReferenceToJson(ObjectReference data)

Parameters

data ObjectReference

Returns

String

Exceptions

SdkFfiException

ObjectToBcs(Object)

Convert this type to BCS encoded bytes.

public static Byte[] ObjectToBcs(Object data)

Parameters

data Object

Returns

Byte[]

Exceptions

SdkFfiException

ObjectToJson(Object)

Convert this type to JSON encoded string.

public static string ObjectToJson(Object data)

Parameters

data Object

Returns

String

Exceptions

SdkFfiException

OwnerFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static Owner OwnerFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

Owner

Exceptions

SdkFfiException

OwnerFromJson(String)

Create this type from JSON encoded string.

public static Owner OwnerFromJson(string json)

Parameters

json String

Returns

Owner

Exceptions

SdkFfiException

OwnerToBcs(Owner)

Convert this type to BCS encoded bytes.

public static Byte[] OwnerToBcs(Owner data)

Parameters

data Owner

Returns

Byte[]

Exceptions

SdkFfiException

OwnerToJson(Owner)

Convert this type to JSON encoded string.

public static string OwnerToJson(Owner data)

Parameters

data Owner

Returns

String

Exceptions

SdkFfiException

TypeOriginFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static TypeOrigin TypeOriginFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

TypeOrigin

Exceptions

SdkFfiException

TypeOriginFromJson(String)

Create this type from JSON encoded string.

public static TypeOrigin TypeOriginFromJson(string json)

Parameters

json String

Returns

TypeOrigin

Exceptions

SdkFfiException

TypeOriginToBcs(TypeOrigin)

Convert this type to BCS encoded bytes.

public static Byte[] TypeOriginToBcs(TypeOrigin data)

Parameters

data TypeOrigin

Returns

Byte[]

Exceptions

SdkFfiException

TypeOriginToJson(TypeOrigin)

Convert this type to JSON encoded string.

public static string TypeOriginToJson(TypeOrigin data)

Parameters

data TypeOrigin

Returns

String

Exceptions

SdkFfiException

UpgradeInfoFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static UpgradeInfo UpgradeInfoFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

UpgradeInfo

Exceptions

SdkFfiException

UpgradeInfoFromJson(String)

Create this type from JSON encoded string.

public static UpgradeInfo UpgradeInfoFromJson(string json)

Parameters

json String

Returns

UpgradeInfo

Exceptions

SdkFfiException

UpgradeInfoToBcs(UpgradeInfo)

Convert this type to BCS encoded bytes.

public static Byte[] UpgradeInfoToBcs(UpgradeInfo data)

Parameters

data UpgradeInfo

Returns

Byte[]

Exceptions

SdkFfiException

UpgradeInfoToJson(UpgradeInfo)

Convert this type to JSON encoded string.

public static string UpgradeInfoToJson(UpgradeInfo data)

Parameters

data UpgradeInfo

Returns

String

Exceptions

SdkFfiException

SimpleSignatureFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static SimpleSignature SimpleSignatureFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

SimpleSignature

Exceptions

SdkFfiException

SimpleSignatureFromJson(String)

Create this type from JSON encoded string.

public static SimpleSignature SimpleSignatureFromJson(string json)

Parameters

json String

Returns

SimpleSignature

Exceptions

SdkFfiException

SimpleSignatureToBcs(SimpleSignature)

Convert this type to BCS encoded bytes.

public static Byte[] SimpleSignatureToBcs(SimpleSignature data)

Parameters

data SimpleSignature

Returns

Byte[]

Exceptions

SdkFfiException

SimpleSignatureToJson(SimpleSignature)

Convert this type to JSON encoded string.

public static string SimpleSignatureToJson(SimpleSignature data)

Parameters

data SimpleSignature

Returns

String

Exceptions

SdkFfiException

UserSignatureFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static UserSignature UserSignatureFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

UserSignature

Exceptions

SdkFfiException

UserSignatureFromJson(String)

Create this type from JSON encoded string.

public static UserSignature UserSignatureFromJson(string json)

Parameters

json String

Returns

UserSignature

Exceptions

SdkFfiException

UserSignatureToBcs(UserSignature)

Convert this type to BCS encoded bytes.

public static Byte[] UserSignatureToBcs(UserSignature data)

Parameters

data UserSignature

Returns

Byte[]

Exceptions

SdkFfiException

UserSignatureToJson(UserSignature)

Convert this type to JSON encoded string.

public static string UserSignatureToJson(UserSignature data)

Parameters

data UserSignature

Returns

String

Exceptions

SdkFfiException

ArgumentFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static Argument ArgumentFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

Argument

Exceptions

SdkFfiException

ArgumentFromJson(String)

Create this type from JSON encoded string.

public static Argument ArgumentFromJson(string json)

Parameters

json String

Returns

Argument

Exceptions

SdkFfiException

ArgumentToBcs(Argument)

Convert this type to BCS encoded bytes.

public static Byte[] ArgumentToBcs(Argument data)

Parameters

data Argument

Returns

Byte[]

Exceptions

SdkFfiException

ArgumentToJson(Argument)

Convert this type to JSON encoded string.

public static string ArgumentToJson(Argument data)

Parameters

data Argument

Returns

String

Exceptions

SdkFfiException

CanceledTransactionFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static CanceledTransaction CanceledTransactionFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

CanceledTransaction

Exceptions

SdkFfiException

CanceledTransactionFromJson(String)

Create this type from JSON encoded string.

public static CanceledTransaction CanceledTransactionFromJson(string json)

Parameters

json String

Returns

CanceledTransaction

Exceptions

SdkFfiException

CanceledTransactionToBcs(CanceledTransaction)

Convert this type to BCS encoded bytes.

public static Byte[] CanceledTransactionToBcs(CanceledTransaction data)

Parameters

data CanceledTransaction

Returns

Byte[]

Exceptions

SdkFfiException

CanceledTransactionToJson(CanceledTransaction)

Convert this type to JSON encoded string.

public static string CanceledTransactionToJson(CanceledTransaction data)

Parameters

data CanceledTransaction

Returns

String

Exceptions

SdkFfiException

ChangeEpochFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static ChangeEpoch ChangeEpochFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

ChangeEpoch

Exceptions

SdkFfiException

ChangeEpochFromJson(String)

Create this type from JSON encoded string.

public static ChangeEpoch ChangeEpochFromJson(string json)

Parameters

json String

Returns

ChangeEpoch

Exceptions

SdkFfiException

ChangeEpochToBcs(ChangeEpoch)

Convert this type to BCS encoded bytes.

public static Byte[] ChangeEpochToBcs(ChangeEpoch data)

Parameters

data ChangeEpoch

Returns

Byte[]

Exceptions

SdkFfiException

ChangeEpochToJson(ChangeEpoch)

Convert this type to JSON encoded string.

public static string ChangeEpochToJson(ChangeEpoch data)

Parameters

data ChangeEpoch

Returns

String

Exceptions

SdkFfiException

ChangeEpochV2FromBcs(Byte[])

Create this type from BCS encoded bytes.

public static ChangeEpochV2 ChangeEpochV2FromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

ChangeEpochV2

Exceptions

SdkFfiException

ChangeEpochV2FromJson(String)

Create this type from JSON encoded string.

public static ChangeEpochV2 ChangeEpochV2FromJson(string json)

Parameters

json String

Returns

ChangeEpochV2

Exceptions

SdkFfiException

ChangeEpochV2ToBcs(ChangeEpochV2)

Convert this type to BCS encoded bytes.

public static Byte[] ChangeEpochV2ToBcs(ChangeEpochV2 data)

Parameters

data ChangeEpochV2

Returns

Byte[]

Exceptions

SdkFfiException

ChangeEpochV2ToJson(ChangeEpochV2)

Convert this type to JSON encoded string.

public static string ChangeEpochV2ToJson(ChangeEpochV2 data)

Parameters

data ChangeEpochV2

Returns

String

Exceptions

SdkFfiException

CommandFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static Command CommandFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

Command

Exceptions

SdkFfiException

CommandFromJson(String)

Create this type from JSON encoded string.

public static Command CommandFromJson(string json)

Parameters

json String

Returns

Command

Exceptions

SdkFfiException

CommandToBcs(Command)

Convert this type to BCS encoded bytes.

public static Byte[] CommandToBcs(Command data)

Parameters

data Command

Returns

Byte[]

Exceptions

SdkFfiException

CommandToJson(Command)

Convert this type to JSON encoded string.

public static string CommandToJson(Command data)

Parameters

data Command

Returns

String

Exceptions

SdkFfiException

ConsensusCommitPrologueV1FromBcs(Byte[])

Create this type from BCS encoded bytes.

public static ConsensusCommitPrologueV1 ConsensusCommitPrologueV1FromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

ConsensusCommitPrologueV1

Exceptions

SdkFfiException

ConsensusCommitPrologueV1FromJson(String)

Create this type from JSON encoded string.

public static ConsensusCommitPrologueV1 ConsensusCommitPrologueV1FromJson(string json)

Parameters

json String

Returns

ConsensusCommitPrologueV1

Exceptions

SdkFfiException

ConsensusCommitPrologueV1ToBcs(ConsensusCommitPrologueV1)

Convert this type to BCS encoded bytes.

public static Byte[] ConsensusCommitPrologueV1ToBcs(ConsensusCommitPrologueV1 data)

Parameters

data ConsensusCommitPrologueV1

Returns

Byte[]

Exceptions

SdkFfiException

ConsensusCommitPrologueV1ToJson(ConsensusCommitPrologueV1)

Convert this type to JSON encoded string.

public static string ConsensusCommitPrologueV1ToJson(ConsensusCommitPrologueV1 data)

Parameters

data ConsensusCommitPrologueV1

Returns

String

Exceptions

SdkFfiException

ConsensusDeterminedVersionAssignmentsFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static ConsensusDeterminedVersionAssignments ConsensusDeterminedVersionAssignmentsFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

ConsensusDeterminedVersionAssignments

Exceptions

SdkFfiException

ConsensusDeterminedVersionAssignmentsFromJson(String)

Create this type from JSON encoded string.

public static ConsensusDeterminedVersionAssignments ConsensusDeterminedVersionAssignmentsFromJson(string json)

Parameters

json String

Returns

ConsensusDeterminedVersionAssignments

Exceptions

SdkFfiException

ConsensusDeterminedVersionAssignmentsToBcs(ConsensusDeterminedVersionAssignments)

Convert this type to BCS encoded bytes.

public static Byte[] ConsensusDeterminedVersionAssignmentsToBcs(ConsensusDeterminedVersionAssignments data)

Parameters

data ConsensusDeterminedVersionAssignments

Returns

Byte[]

Exceptions

SdkFfiException

ConsensusDeterminedVersionAssignmentsToJson(ConsensusDeterminedVersionAssignments)

Convert this type to JSON encoded string.

public static string ConsensusDeterminedVersionAssignmentsToJson(ConsensusDeterminedVersionAssignments data)

Parameters

data ConsensusDeterminedVersionAssignments

Returns

String

Exceptions

SdkFfiException

DenyRuleSetFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static DenyRuleSet DenyRuleSetFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

DenyRuleSet

Exceptions

SdkFfiException

DenyRuleSetFromJson(String)

Create this type from JSON encoded string.

public static DenyRuleSet DenyRuleSetFromJson(string json)

Parameters

json String

Returns

DenyRuleSet

Exceptions

SdkFfiException

DenyRuleSetToBcs(DenyRuleSet)

Convert this type to BCS encoded bytes.

public static Byte[] DenyRuleSetToBcs(DenyRuleSet data)

Parameters

data DenyRuleSet

Returns

Byte[]

Exceptions

SdkFfiException

DenyRuleSetToJson(DenyRuleSet)

Convert this type to JSON encoded string.

public static string DenyRuleSetToJson(DenyRuleSet data)

Parameters

data DenyRuleSet

Returns

String

Exceptions

SdkFfiException

GasPaymentFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static GasPayment GasPaymentFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

GasPayment

Exceptions

SdkFfiException

GasPaymentFromJson(String)

Create this type from JSON encoded string.

public static GasPayment GasPaymentFromJson(string json)

Parameters

json String

Returns

GasPayment

Exceptions

SdkFfiException

GasPaymentToBcs(GasPayment)

Convert this type to BCS encoded bytes.

public static Byte[] GasPaymentToBcs(GasPayment data)

Parameters

data GasPayment

Returns

Byte[]

Exceptions

SdkFfiException

GasPaymentToJson(GasPayment)

Convert this type to JSON encoded string.

public static string GasPaymentToJson(GasPayment data)

Parameters

data GasPayment

Returns

String

Exceptions

SdkFfiException

GenesisTransactionFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static GenesisTransaction GenesisTransactionFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

GenesisTransaction

Exceptions

SdkFfiException

GenesisTransactionFromJson(String)

Create this type from JSON encoded string.

public static GenesisTransaction GenesisTransactionFromJson(string json)

Parameters

json String

Returns

GenesisTransaction

Exceptions

SdkFfiException

GenesisTransactionToBcs(GenesisTransaction)

Convert this type to BCS encoded bytes.

public static Byte[] GenesisTransactionToBcs(GenesisTransaction data)

Parameters

data GenesisTransaction

Returns

Byte[]

Exceptions

SdkFfiException

GenesisTransactionToJson(GenesisTransaction)

Convert this type to JSON encoded string.

public static string GenesisTransactionToJson(GenesisTransaction data)

Parameters

data GenesisTransaction

Returns

String

Exceptions

SdkFfiException

InputFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static Input InputFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

Input

Exceptions

SdkFfiException

InputFromJson(String)

Create this type from JSON encoded string.

public static Input InputFromJson(string json)

Parameters

json String

Returns

Input

Exceptions

SdkFfiException

InputToBcs(Input)

Convert this type to BCS encoded bytes.

public static Byte[] InputToBcs(Input data)

Parameters

data Input

Returns

Byte[]

Exceptions

SdkFfiException

InputToJson(Input)

Convert this type to JSON encoded string.

public static string InputToJson(Input data)

Parameters

data Input

Returns

String

Exceptions

SdkFfiException

MakeMoveVectorFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static MakeMoveVector MakeMoveVectorFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

MakeMoveVector

Exceptions

SdkFfiException

MakeMoveVectorFromJson(String)

Create this type from JSON encoded string.

public static MakeMoveVector MakeMoveVectorFromJson(string json)

Parameters

json String

Returns

MakeMoveVector

Exceptions

SdkFfiException

MakeMoveVectorToBcs(MakeMoveVector)

Convert this type to BCS encoded bytes.

public static Byte[] MakeMoveVectorToBcs(MakeMoveVector data)

Parameters

data MakeMoveVector

Returns

Byte[]

Exceptions

SdkFfiException

MakeMoveVectorToJson(MakeMoveVector)

Convert this type to JSON encoded string.

public static string MakeMoveVectorToJson(MakeMoveVector data)

Parameters

data MakeMoveVector

Returns

String

Exceptions

SdkFfiException

MergeCoinsFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static MergeCoins MergeCoinsFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

MergeCoins

Exceptions

SdkFfiException

MergeCoinsFromJson(String)

Create this type from JSON encoded string.

public static MergeCoins MergeCoinsFromJson(string json)

Parameters

json String

Returns

MergeCoins

Exceptions

SdkFfiException

MergeCoinsToBcs(MergeCoins)

Convert this type to BCS encoded bytes.

public static Byte[] MergeCoinsToBcs(MergeCoins data)

Parameters

data MergeCoins

Returns

Byte[]

Exceptions

SdkFfiException

MergeCoinsToJson(MergeCoins)

Convert this type to JSON encoded string.

public static string MergeCoinsToJson(MergeCoins data)

Parameters

data MergeCoins

Returns

String

Exceptions

SdkFfiException

MoveCallFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static MoveCall MoveCallFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

MoveCall

Exceptions

SdkFfiException

MoveCallFromJson(String)

Create this type from JSON encoded string.

public static MoveCall MoveCallFromJson(string json)

Parameters

json String

Returns

MoveCall

Exceptions

SdkFfiException

MoveCallToBcs(MoveCall)

Convert this type to BCS encoded bytes.

public static Byte[] MoveCallToBcs(MoveCall data)

Parameters

data MoveCall

Returns

Byte[]

Exceptions

SdkFfiException

MoveCallToJson(MoveCall)

Convert this type to JSON encoded string.

public static string MoveCallToJson(MoveCall data)

Parameters

data MoveCall

Returns

String

Exceptions

SdkFfiException

ProgrammableTransactionFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static ProgrammableTransaction ProgrammableTransactionFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

ProgrammableTransaction

Exceptions

SdkFfiException

ProgrammableTransactionFromJson(String)

Create this type from JSON encoded string.

public static ProgrammableTransaction ProgrammableTransactionFromJson(string json)

Parameters

json String

Returns

ProgrammableTransaction

Exceptions

SdkFfiException

ProgrammableTransactionToBcs(ProgrammableTransaction)

Convert this type to BCS encoded bytes.

public static Byte[] ProgrammableTransactionToBcs(ProgrammableTransaction data)

Parameters

data ProgrammableTransaction

Returns

Byte[]

Exceptions

SdkFfiException

ProgrammableTransactionToJson(ProgrammableTransaction)

Convert this type to JSON encoded string.

public static string ProgrammableTransactionToJson(ProgrammableTransaction data)

Parameters

data ProgrammableTransaction

Returns

String

Exceptions

SdkFfiException

PublishFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static Publish PublishFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

Publish

Exceptions

SdkFfiException

PublishFromJson(String)

Create this type from JSON encoded string.

public static Publish PublishFromJson(string json)

Parameters

json String

Returns

Publish

Exceptions

SdkFfiException

PublishToBcs(Publish)

Convert this type to BCS encoded bytes.

public static Byte[] PublishToBcs(Publish data)

Parameters

data Publish

Returns

Byte[]

Exceptions

SdkFfiException

PublishToJson(Publish)

Convert this type to JSON encoded string.

public static string PublishToJson(Publish data)

Parameters

data Publish

Returns

String

Exceptions

SdkFfiException

RandomnessStateUpdateFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static RandomnessStateUpdate RandomnessStateUpdateFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

RandomnessStateUpdate

Exceptions

SdkFfiException

RandomnessStateUpdateFromJson(String)

Create this type from JSON encoded string.

public static RandomnessStateUpdate RandomnessStateUpdateFromJson(string json)

Parameters

json String

Returns

RandomnessStateUpdate

Exceptions

SdkFfiException

RandomnessStateUpdateToBcs(RandomnessStateUpdate)

Convert this type to BCS encoded bytes.

public static Byte[] RandomnessStateUpdateToBcs(RandomnessStateUpdate data)

Parameters

data RandomnessStateUpdate

Returns

Byte[]

Exceptions

SdkFfiException

RandomnessStateUpdateToJson(RandomnessStateUpdate)

Convert this type to JSON encoded string.

public static string RandomnessStateUpdateToJson(RandomnessStateUpdate data)

Parameters

data RandomnessStateUpdate

Returns

String

Exceptions

SdkFfiException

SignedTransactionFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static SignedTransaction SignedTransactionFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

SignedTransaction

Exceptions

SdkFfiException

SignedTransactionFromJson(String)

Create this type from JSON encoded string.

public static SignedTransaction SignedTransactionFromJson(string json)

Parameters

json String

Returns

SignedTransaction

Exceptions

SdkFfiException

SignedTransactionToBcs(SignedTransaction)

Convert this type to BCS encoded bytes.

public static Byte[] SignedTransactionToBcs(SignedTransaction data)

Parameters

data SignedTransaction

Returns

Byte[]

Exceptions

SdkFfiException

SignedTransactionToJson(SignedTransaction)

Convert this type to JSON encoded string.

public static string SignedTransactionToJson(SignedTransaction data)

Parameters

data SignedTransaction

Returns

String

Exceptions

SdkFfiException

SplitCoinsFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static SplitCoins SplitCoinsFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

SplitCoins

Exceptions

SdkFfiException

SplitCoinsFromJson(String)

Create this type from JSON encoded string.

public static SplitCoins SplitCoinsFromJson(string json)

Parameters

json String

Returns

SplitCoins

Exceptions

SdkFfiException

SplitCoinsToBcs(SplitCoins)

Convert this type to BCS encoded bytes.

public static Byte[] SplitCoinsToBcs(SplitCoins data)

Parameters

data SplitCoins

Returns

Byte[]

Exceptions

SdkFfiException

SplitCoinsToJson(SplitCoins)

Convert this type to JSON encoded string.

public static string SplitCoinsToJson(SplitCoins data)

Parameters

data SplitCoins

Returns

String

Exceptions

SdkFfiException

SystemPackageFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static SystemPackage SystemPackageFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

SystemPackage

Exceptions

SdkFfiException

SystemPackageFromJson(String)

Create this type from JSON encoded string.

public static SystemPackage SystemPackageFromJson(string json)

Parameters

json String

Returns

SystemPackage

Exceptions

SdkFfiException

SystemPackageToBcs(SystemPackage)

Convert this type to BCS encoded bytes.

public static Byte[] SystemPackageToBcs(SystemPackage data)

Parameters

data SystemPackage

Returns

Byte[]

Exceptions

SdkFfiException

SystemPackageToJson(SystemPackage)

Convert this type to JSON encoded string.

public static string SystemPackageToJson(SystemPackage data)

Parameters

data SystemPackage

Returns

String

Exceptions

SdkFfiException

TransactionDenyRulesUpdateFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static TransactionDenyRulesUpdate TransactionDenyRulesUpdateFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

TransactionDenyRulesUpdate

Exceptions

SdkFfiException

TransactionDenyRulesUpdateFromJson(String)

Create this type from JSON encoded string.

public static TransactionDenyRulesUpdate TransactionDenyRulesUpdateFromJson(string json)

Parameters

json String

Returns

TransactionDenyRulesUpdate

Exceptions

SdkFfiException

TransactionDenyRulesUpdateToBcs(TransactionDenyRulesUpdate)

Convert this type to BCS encoded bytes.

public static Byte[] TransactionDenyRulesUpdateToBcs(TransactionDenyRulesUpdate data)

Parameters

data TransactionDenyRulesUpdate

Returns

Byte[]

Exceptions

SdkFfiException

TransactionDenyRulesUpdateToJson(TransactionDenyRulesUpdate)

Convert this type to JSON encoded string.

public static string TransactionDenyRulesUpdateToJson(TransactionDenyRulesUpdate data)

Parameters

data TransactionDenyRulesUpdate

Returns

String

Exceptions

SdkFfiException

TransactionEffectsFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static TransactionEffects TransactionEffectsFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

TransactionEffects

Exceptions

SdkFfiException

TransactionEffectsFromJson(String)

Create this type from JSON encoded string.

public static TransactionEffects TransactionEffectsFromJson(string json)

Parameters

json String

Returns

TransactionEffects

Exceptions

SdkFfiException

TransactionEffectsToBcs(TransactionEffects)

Convert this type to BCS encoded bytes.

public static Byte[] TransactionEffectsToBcs(TransactionEffects data)

Parameters

data TransactionEffects

Returns

Byte[]

Exceptions

SdkFfiException

TransactionEffectsToJson(TransactionEffects)

Convert this type to JSON encoded string.

public static string TransactionEffectsToJson(TransactionEffects data)

Parameters

data TransactionEffects

Returns

String

Exceptions

SdkFfiException

TransactionExpirationFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static TransactionExpiration TransactionExpirationFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

TransactionExpiration

Exceptions

SdkFfiException

TransactionExpirationFromJson(String)

Create this type from JSON encoded string.

public static TransactionExpiration TransactionExpirationFromJson(string json)

Parameters

json String

Returns

TransactionExpiration

Exceptions

SdkFfiException

TransactionExpirationToBcs(TransactionExpiration)

Convert this type to BCS encoded bytes.

public static Byte[] TransactionExpirationToBcs(TransactionExpiration data)

Parameters

data TransactionExpiration

Returns

Byte[]

Exceptions

SdkFfiException

TransactionExpirationToJson(TransactionExpiration)

Convert this type to JSON encoded string.

public static string TransactionExpirationToJson(TransactionExpiration data)

Parameters

data TransactionExpiration

Returns

String

Exceptions

SdkFfiException

TransactionFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static Transaction TransactionFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

Transaction

Exceptions

SdkFfiException

TransactionFromJson(String)

Create this type from JSON encoded string.

public static Transaction TransactionFromJson(string json)

Parameters

json String

Returns

Transaction

Exceptions

SdkFfiException

TransactionKindFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static TransactionKind TransactionKindFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

TransactionKind

Exceptions

SdkFfiException

TransactionKindFromJson(String)

Create this type from JSON encoded string.

public static TransactionKind TransactionKindFromJson(string json)

Parameters

json String

Returns

TransactionKind

Exceptions

SdkFfiException

TransactionKindToBcs(TransactionKind)

Convert this type to BCS encoded bytes.

public static Byte[] TransactionKindToBcs(TransactionKind data)

Parameters

data TransactionKind

Returns

Byte[]

Exceptions

SdkFfiException

TransactionKindToJson(TransactionKind)

Convert this type to JSON encoded string.

public static string TransactionKindToJson(TransactionKind data)

Parameters

data TransactionKind

Returns

String

Exceptions

SdkFfiException

TransactionToBcs(Transaction)

Convert this type to BCS encoded bytes.

public static Byte[] TransactionToBcs(Transaction data)

Parameters

data Transaction

Returns

Byte[]

Exceptions

SdkFfiException

TransactionToJson(Transaction)

Convert this type to JSON encoded string.

public static string TransactionToJson(Transaction data)

Parameters

data Transaction

Returns

String

Exceptions

SdkFfiException

TransactionV1FromBcs(Byte[])

Create this type from BCS encoded bytes.

public static TransactionV1 TransactionV1FromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

TransactionV1

Exceptions

SdkFfiException

TransactionV1FromJson(String)

Create this type from JSON encoded string.

public static TransactionV1 TransactionV1FromJson(string json)

Parameters

json String

Returns

TransactionV1

Exceptions

SdkFfiException

TransactionV1ToBcs(TransactionV1)

Convert this type to BCS encoded bytes.

public static Byte[] TransactionV1ToBcs(TransactionV1 data)

Parameters

data TransactionV1

Returns

Byte[]

Exceptions

SdkFfiException

TransactionV1ToJson(TransactionV1)

Convert this type to JSON encoded string.

public static string TransactionV1ToJson(TransactionV1 data)

Parameters

data TransactionV1

Returns

String

Exceptions

SdkFfiException

TransferObjectsFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static TransferObjects TransferObjectsFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

TransferObjects

Exceptions

SdkFfiException

TransferObjectsFromJson(String)

Create this type from JSON encoded string.

public static TransferObjects TransferObjectsFromJson(string json)

Parameters

json String

Returns

TransferObjects

Exceptions

SdkFfiException

TransferObjectsToBcs(TransferObjects)

Convert this type to BCS encoded bytes.

public static Byte[] TransferObjectsToBcs(TransferObjects data)

Parameters

data TransferObjects

Returns

Byte[]

Exceptions

SdkFfiException

TransferObjectsToJson(TransferObjects)

Convert this type to JSON encoded string.

public static string TransferObjectsToJson(TransferObjects data)

Parameters

data TransferObjects

Returns

String

Exceptions

SdkFfiException

UpgradeFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static Upgrade UpgradeFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

Upgrade

Exceptions

SdkFfiException

UpgradeFromJson(String)

Create this type from JSON encoded string.

public static Upgrade UpgradeFromJson(string json)

Parameters

json String

Returns

Upgrade

Exceptions

SdkFfiException

UpgradeToBcs(Upgrade)

Convert this type to BCS encoded bytes.

public static Byte[] UpgradeToBcs(Upgrade data)

Parameters

data Upgrade

Returns

Byte[]

Exceptions

SdkFfiException

UpgradeToJson(Upgrade)

Convert this type to JSON encoded string.

public static string UpgradeToJson(Upgrade data)

Parameters

data Upgrade

Returns

String

Exceptions

SdkFfiException

VersionAssignmentFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static VersionAssignment VersionAssignmentFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

VersionAssignment

Exceptions

SdkFfiException

VersionAssignmentFromJson(String)

Create this type from JSON encoded string.

public static VersionAssignment VersionAssignmentFromJson(string json)

Parameters

json String

Returns

VersionAssignment

Exceptions

SdkFfiException

VersionAssignmentToBcs(VersionAssignment)

Convert this type to BCS encoded bytes.

public static Byte[] VersionAssignmentToBcs(VersionAssignment data)

Parameters

data VersionAssignment

Returns

Byte[]

Exceptions

SdkFfiException

VersionAssignmentToJson(VersionAssignment)

Convert this type to JSON encoded string.

public static string VersionAssignmentToJson(VersionAssignment data)

Parameters

data VersionAssignment

Returns

String

Exceptions

SdkFfiException

ChangedObjectFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static ChangedObject ChangedObjectFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

ChangedObject

Exceptions

SdkFfiException

ChangedObjectFromJson(String)

Create this type from JSON encoded string.

public static ChangedObject ChangedObjectFromJson(string json)

Parameters

json String

Returns

ChangedObject

Exceptions

SdkFfiException

ChangedObjectToBcs(ChangedObject)

Convert this type to BCS encoded bytes.

public static Byte[] ChangedObjectToBcs(ChangedObject data)

Parameters

data ChangedObject

Returns

Byte[]

Exceptions

SdkFfiException

ChangedObjectToJson(ChangedObject)

Convert this type to JSON encoded string.

public static string ChangedObjectToJson(ChangedObject data)

Parameters

data ChangedObject

Returns

String

Exceptions

SdkFfiException

IdOperationFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static IdOperation IdOperationFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

IdOperation

Exceptions

SdkFfiException

IdOperationFromJson(String)

Create this type from JSON encoded string.

public static IdOperation IdOperationFromJson(string json)

Parameters

json String

Returns

IdOperation

Exceptions

SdkFfiException

IdOperationToBcs(IdOperation)

Convert this type to BCS encoded bytes.

public static Byte[] IdOperationToBcs(IdOperation data)

Parameters

data IdOperation

Returns

Byte[]

Exceptions

SdkFfiException

IdOperationToJson(IdOperation)

Convert this type to JSON encoded string.

public static string IdOperationToJson(IdOperation data)

Parameters

data IdOperation

Returns

String

Exceptions

SdkFfiException

ObjectInFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static ObjectIn ObjectInFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

ObjectIn

Exceptions

SdkFfiException

ObjectInFromJson(String)

Create this type from JSON encoded string.

public static ObjectIn ObjectInFromJson(string json)

Parameters

json String

Returns

ObjectIn

Exceptions

SdkFfiException

ObjectInToBcs(ObjectIn)

Convert this type to BCS encoded bytes.

public static Byte[] ObjectInToBcs(ObjectIn data)

Parameters

data ObjectIn

Returns

Byte[]

Exceptions

SdkFfiException

ObjectInToJson(ObjectIn)

Convert this type to JSON encoded string.

public static string ObjectInToJson(ObjectIn data)

Parameters

data ObjectIn

Returns

String

Exceptions

SdkFfiException

ObjectOutFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static ObjectOut ObjectOutFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

ObjectOut

Exceptions

SdkFfiException

ObjectOutFromJson(String)

Create this type from JSON encoded string.

public static ObjectOut ObjectOutFromJson(string json)

Parameters

json String

Returns

ObjectOut

Exceptions

SdkFfiException

ObjectOutToBcs(ObjectOut)

Convert this type to BCS encoded bytes.

public static Byte[] ObjectOutToBcs(ObjectOut data)

Parameters

data ObjectOut

Returns

Byte[]

Exceptions

SdkFfiException

ObjectOutToJson(ObjectOut)

Convert this type to JSON encoded string.

public static string ObjectOutToJson(ObjectOut data)

Parameters

data ObjectOut

Returns

String

Exceptions

SdkFfiException

TransactionEffectsV1FromBcs(Byte[])

Create this type from BCS encoded bytes.

public static TransactionEffectsV1 TransactionEffectsV1FromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

TransactionEffectsV1

Exceptions

SdkFfiException

TransactionEffectsV1FromJson(String)

Create this type from JSON encoded string.

public static TransactionEffectsV1 TransactionEffectsV1FromJson(string json)

Parameters

json String

Returns

TransactionEffectsV1

Exceptions

SdkFfiException

TransactionEffectsV1ToBcs(TransactionEffectsV1)

Convert this type to BCS encoded bytes.

public static Byte[] TransactionEffectsV1ToBcs(TransactionEffectsV1 data)

Parameters

data TransactionEffectsV1

Returns

Byte[]

Exceptions

SdkFfiException

TransactionEffectsV1ToJson(TransactionEffectsV1)

Convert this type to JSON encoded string.

public static string TransactionEffectsV1ToJson(TransactionEffectsV1 data)

Parameters

data TransactionEffectsV1

Returns

String

Exceptions

SdkFfiException

UnchangedSharedKindFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static UnchangedSharedKind UnchangedSharedKindFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

UnchangedSharedKind

Exceptions

SdkFfiException

UnchangedSharedKindFromJson(String)

Create this type from JSON encoded string.

public static UnchangedSharedKind UnchangedSharedKindFromJson(string json)

Parameters

json String

Returns

UnchangedSharedKind

Exceptions

SdkFfiException

UnchangedSharedKindToBcs(UnchangedSharedKind)

Convert this type to BCS encoded bytes.

public static Byte[] UnchangedSharedKindToBcs(UnchangedSharedKind data)

Parameters

data UnchangedSharedKind

Returns

Byte[]

Exceptions

SdkFfiException

UnchangedSharedKindToJson(UnchangedSharedKind)

Convert this type to JSON encoded string.

public static string UnchangedSharedKindToJson(UnchangedSharedKind data)

Parameters

data UnchangedSharedKind

Returns

String

Exceptions

SdkFfiException

UnchangedSharedObjectFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static UnchangedSharedObject UnchangedSharedObjectFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

UnchangedSharedObject

Exceptions

SdkFfiException

UnchangedSharedObjectFromJson(String)

Create this type from JSON encoded string.

public static UnchangedSharedObject UnchangedSharedObjectFromJson(string json)

Parameters

json String

Returns

UnchangedSharedObject

Exceptions

SdkFfiException

UnchangedSharedObjectToBcs(UnchangedSharedObject)

Convert this type to BCS encoded bytes.

public static Byte[] UnchangedSharedObjectToBcs(UnchangedSharedObject data)

Parameters

data UnchangedSharedObject

Returns

Byte[]

Exceptions

SdkFfiException

UnchangedSharedObjectToJson(UnchangedSharedObject)

Convert this type to JSON encoded string.

public static string UnchangedSharedObjectToJson(UnchangedSharedObject data)

Parameters

data UnchangedSharedObject

Returns

String

Exceptions

SdkFfiException

ValidatorAggregatedSignatureFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static ValidatorAggregatedSignature ValidatorAggregatedSignatureFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

ValidatorAggregatedSignature

Exceptions

SdkFfiException

ValidatorAggregatedSignatureFromJson(String)

Create this type from JSON encoded string.

public static ValidatorAggregatedSignature ValidatorAggregatedSignatureFromJson(string json)

Parameters

json String

Returns

ValidatorAggregatedSignature

Exceptions

SdkFfiException

ValidatorAggregatedSignatureToBcs(ValidatorAggregatedSignature)

Convert this type to BCS encoded bytes.

public static Byte[] ValidatorAggregatedSignatureToBcs(ValidatorAggregatedSignature data)

Parameters

data ValidatorAggregatedSignature

Returns

Byte[]

Exceptions

SdkFfiException

ValidatorAggregatedSignatureToJson(ValidatorAggregatedSignature)

Convert this type to JSON encoded string.

public static string ValidatorAggregatedSignatureToJson(ValidatorAggregatedSignature data)

Parameters

data ValidatorAggregatedSignature

Returns

String

Exceptions

SdkFfiException

ValidatorCommitteeFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static ValidatorCommittee ValidatorCommitteeFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

ValidatorCommittee

Exceptions

SdkFfiException

ValidatorCommitteeFromJson(String)

Create this type from JSON encoded string.

public static ValidatorCommittee ValidatorCommitteeFromJson(string json)

Parameters

json String

Returns

ValidatorCommittee

Exceptions

SdkFfiException

ValidatorCommitteeMemberFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static ValidatorCommitteeMember ValidatorCommitteeMemberFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

ValidatorCommitteeMember

Exceptions

SdkFfiException

ValidatorCommitteeMemberFromJson(String)

Create this type from JSON encoded string.

public static ValidatorCommitteeMember ValidatorCommitteeMemberFromJson(string json)

Parameters

json String

Returns

ValidatorCommitteeMember

Exceptions

SdkFfiException

ValidatorCommitteeMemberToBcs(ValidatorCommitteeMember)

Convert this type to BCS encoded bytes.

public static Byte[] ValidatorCommitteeMemberToBcs(ValidatorCommitteeMember data)

Parameters

data ValidatorCommitteeMember

Returns

Byte[]

Exceptions

SdkFfiException

ValidatorCommitteeMemberToJson(ValidatorCommitteeMember)

Convert this type to JSON encoded string.

public static string ValidatorCommitteeMemberToJson(ValidatorCommitteeMember data)

Parameters

data ValidatorCommitteeMember

Returns

String

Exceptions

SdkFfiException

ValidatorCommitteeToBcs(ValidatorCommittee)

Convert this type to BCS encoded bytes.

public static Byte[] ValidatorCommitteeToBcs(ValidatorCommittee data)

Parameters

data ValidatorCommittee

Returns

Byte[]

Exceptions

SdkFfiException

ValidatorCommitteeToJson(ValidatorCommittee)

Convert this type to JSON encoded string.

public static string ValidatorCommitteeToJson(ValidatorCommittee data)

Parameters

data ValidatorCommittee

Returns

String

Exceptions

SdkFfiException

ValidatorSignatureFromBcs(Byte[])

Create this type from BCS encoded bytes.

public static ValidatorSignature ValidatorSignatureFromBcs(Byte[] bcs)

Parameters

bcs Byte[]

Returns

ValidatorSignature

Exceptions

SdkFfiException

ValidatorSignatureFromJson(String)

Create this type from JSON encoded string.

public static ValidatorSignature ValidatorSignatureFromJson(string json)

Parameters

json String

Returns

ValidatorSignature

Exceptions

SdkFfiException

ValidatorSignatureToBcs(ValidatorSignature)

Convert this type to BCS encoded bytes.

public static Byte[] ValidatorSignatureToBcs(ValidatorSignature data)

Parameters

data ValidatorSignature

Returns

Byte[]

Exceptions

SdkFfiException

ValidatorSignatureToJson(ValidatorSignature)

Convert this type to JSON encoded string.

public static string ValidatorSignatureToJson(ValidatorSignature data)

Parameters

data ValidatorSignature

Returns

String

Exceptions

SdkFfiException