Iota
Namespace: IotaSdk
public static class Iota
Inheritance Object → Iota
Attributes NullableContextAttribute, NullableAttribute
Methods
Base64Decode(String)
public static Byte[] Base64Decode(string input)
Parameters
input String
Returns
Exceptions
Base64Encode(Byte[])
public static string Base64Encode(Byte[] input)
Parameters
input Byte[]
Returns
BoolFromBcs(Byte[])
Create a bool from BCS encoded bytes.
public static bool BoolFromBcs(Byte[] input)
Parameters
input Byte[]
Returns
Exceptions
BoolFromJson(String)
Create a bool from JSON encoded string.
public static bool BoolFromJson(string input)
Parameters
input String
Returns
Exceptions
BoolToBcs(Boolean)
Convert this bool to BCS encoded bytes.
public static Byte[] BoolToBcs(bool input)
Parameters
input Boolean
Returns
Exceptions
BoolToJson(Boolean)
Convert this bool to JSON encoded string.
public static string BoolToJson(bool input)
Parameters
input Boolean
Returns
Exceptions
HexDecode(String)
public static Byte[] HexDecode(string input)
Parameters
input String
Returns
Exceptions
HexEncode(Byte[])
public static string HexEncode(Byte[] input)
Parameters
input Byte[]
Returns
I16FromBcs(Byte[])
Create a i16 from BCS encoded bytes.
public static short I16FromBcs(Byte[] input)
Parameters
input Byte[]
Returns
Exceptions
I16FromJson(String)
Create a i16 from JSON encoded string.
public static short I16FromJson(string input)
Parameters
input String
Returns
Exceptions
I16ToBcs(Int16)
Convert this i16 to BCS encoded bytes.
public static Byte[] I16ToBcs(short input)
Parameters
input Int16
Returns
Exceptions
I16ToJson(Int16)
Convert this i16 to JSON encoded string.
public static string I16ToJson(short input)
Parameters
input Int16
Returns
Exceptions
I32FromBcs(Byte[])
Create a i32 from BCS encoded bytes.
public static int I32FromBcs(Byte[] input)
Parameters
input Byte[]
Returns
Exceptions
I32FromJson(String)
Create a i32 from JSON encoded string.
public static int I32FromJson(string input)
Parameters
input String
Returns
Exceptions
I32ToBcs(Int32)
Convert this i32 to BCS encoded bytes.
public static Byte[] I32ToBcs(int input)
Parameters
input Int32
Returns
Exceptions
I32ToJson(Int32)
Convert this i32 to JSON encoded string.
public static string I32ToJson(int input)
Parameters
input Int32
Returns
Exceptions
I64FromBcs(Byte[])
Create a i64 from BCS encoded bytes.
public static long I64FromBcs(Byte[] input)
Parameters
input Byte[]
Returns
Exceptions
I64FromJson(String)
Create a i64 from JSON encoded string.
public static long I64FromJson(string input)
Parameters
input String
Returns
Exceptions
I64ToBcs(Int64)
Convert this i64 to BCS encoded bytes.
public static Byte[] I64ToBcs(long input)
Parameters
input Int64
Returns
Exceptions
I64ToJson(Int64)
Convert this i64 to JSON encoded string.
public static string I64ToJson(long input)
Parameters
input Int64
Returns
Exceptions
I8FromBcs(Byte[])
Create a i8 from BCS encoded bytes.
public static sbyte I8FromBcs(Byte[] input)
Parameters
input Byte[]
Returns
Exceptions
I8FromJson(String)
Create a i8 from JSON encoded string.
public static sbyte I8FromJson(string input)
Parameters
input String
Returns
Exceptions
I8ToBcs(SByte)
Convert this i8 to BCS encoded bytes.
public static Byte[] I8ToBcs(sbyte input)
Parameters
input SByte
Returns
Exceptions
I8ToJson(SByte)
Convert this i8 to JSON encoded string.
public static string I8ToJson(sbyte input)
Parameters
input SByte
Returns
Exceptions
StringFromBcs(Byte[])
Create a String from BCS encoded bytes.
public static string StringFromBcs(Byte[] input)
Parameters
input Byte[]
Returns
Exceptions
StringFromJson(String)
Create a String from JSON encoded string.
public static string StringFromJson(string input)
Parameters
input String
Returns
Exceptions
StringToBcs(String)
Convert this String to BCS encoded bytes.
public static Byte[] StringToBcs(string input)
Parameters
input String
Returns
Exceptions
StringToJson(String)
Convert this String to JSON encoded string.
public static string StringToJson(string input)
Parameters
input String
Returns
Exceptions
U16FromBcs(Byte[])
Create a u16 from BCS encoded bytes.
public static ushort U16FromBcs(Byte[] input)
Parameters
input Byte[]
Returns
Exceptions
U16FromJson(String)
Create a u16 from JSON encoded string.
public static ushort U16FromJson(string input)
Parameters
input String
Returns
Exceptions
U16ToBcs(UInt16)
Convert this u16 to BCS encoded bytes.
public static Byte[] U16ToBcs(ushort input)
Parameters
input UInt16
Returns
Exceptions
U16ToJson(UInt16)
Convert this u16 to JSON encoded string.
public static string U16ToJson(ushort input)
Parameters
input UInt16
Returns
Exceptions
U32FromBcs(Byte[])
Create a u32 from BCS encoded bytes.
public static uint U32FromBcs(Byte[] input)
Parameters
input Byte[]
Returns
Exceptions
U32FromJson(String)
Create a u32 from JSON encoded string.
public static uint U32FromJson(string input)
Parameters
input String
Returns
Exceptions
U32ToBcs(UInt32)
Convert this u32 to BCS encoded bytes.
public static Byte[] U32ToBcs(uint input)
Parameters
input UInt32
Returns
Exceptions
U32ToJson(UInt32)
Convert this u32 to JSON encoded string.
public static string U32ToJson(uint input)
Parameters
input UInt32
Returns
Exceptions
U64FromBcs(Byte[])
Create a u64 from BCS encoded bytes.
public static ulong U64FromBcs(Byte[] input)
Parameters
input Byte[]
Returns
Exceptions
U64FromJson(String)
Create a u64 from JSON encoded string.
public static ulong U64FromJson(string input)
Parameters
input String
Returns
Exceptions
U64ToBcs(UInt64)
Convert this u64 to BCS encoded bytes.
public static Byte[] U64ToBcs(ulong input)
Parameters
input UInt64
Returns
Exceptions
U64ToJson(UInt64)
Convert this u64 to JSON encoded string.
public static string U64ToJson(ulong input)
Parameters
input UInt64
Returns
Exceptions
U8FromBcs(Byte[])
Create a u8 from BCS encoded bytes.
public static byte U8FromBcs(Byte[] input)
Parameters
input Byte[]
Returns
Exceptions
U8FromJson(String)
Create a u8 from JSON encoded string.
public static byte U8FromJson(string input)
Parameters
input String
Returns
Exceptions
U8ToBcs(Byte)
Convert this u8 to BCS encoded bytes.
public static Byte[] U8ToBcs(byte input)
Parameters
input Byte
Returns
Exceptions
U8ToJson(Byte)
Convert this u8 to JSON encoded string.
public static string U8ToJson(byte input)
Parameters
input Byte
Returns
Exceptions
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
AddressFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static Address AddressFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
AddressFromJson(String)
Create this type from JSON encoded string.
public static Address AddressFromJson(string json)
Parameters
json String
Returns
Exceptions
AddressToBcs(Address)
Convert this type to BCS encoded bytes.
public static Byte[] AddressToBcs(Address data)
Parameters
data Address
Returns
Exceptions
AddressToJson(Address)
Convert this type to JSON encoded string.
public static string AddressToJson(Address data)
Parameters
data Address
Returns
Exceptions
CheckpointCommitmentFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static CheckpointCommitment CheckpointCommitmentFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
CheckpointCommitmentFromJson(String)
Create this type from JSON encoded string.
public static CheckpointCommitment CheckpointCommitmentFromJson(string json)
Parameters
json String
Returns
Exceptions
CheckpointCommitmentToBcs(CheckpointCommitment)
Convert this type to BCS encoded bytes.
public static Byte[] CheckpointCommitmentToBcs(CheckpointCommitment data)
Parameters
data CheckpointCommitment
Returns
Exceptions
CheckpointCommitmentToJson(CheckpointCommitment)
Convert this type to JSON encoded string.
public static string CheckpointCommitmentToJson(CheckpointCommitment data)
Parameters
data CheckpointCommitment
Returns
Exceptions
CheckpointContentsFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static CheckpointContents CheckpointContentsFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
CheckpointContentsFromJson(String)
Create this type from JSON encoded string.
public static CheckpointContents CheckpointContentsFromJson(string json)
Parameters
json String
Returns
Exceptions
CheckpointContentsToBcs(CheckpointContents)
Convert this type to BCS encoded bytes.
public static Byte[] CheckpointContentsToBcs(CheckpointContents data)
Parameters
data CheckpointContents
Returns
Exceptions
CheckpointContentsToJson(CheckpointContents)
Convert this type to JSON encoded string.
public static string CheckpointContentsToJson(CheckpointContents data)
Parameters
data CheckpointContents
Returns
Exceptions
CheckpointContentsV1FromBcs(Byte[])
Create this type from BCS encoded bytes.
public static CheckpointContentsV1 CheckpointContentsV1FromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
CheckpointContentsV1FromJson(String)
Create this type from JSON encoded string.
public static CheckpointContentsV1 CheckpointContentsV1FromJson(string json)
Parameters
json String
Returns
Exceptions
CheckpointContentsV1ToBcs(CheckpointContentsV1)
Convert this type to BCS encoded bytes.
public static Byte[] CheckpointContentsV1ToBcs(CheckpointContentsV1 data)
Parameters
data CheckpointContentsV1
Returns
Exceptions
CheckpointContentsV1ToJson(CheckpointContentsV1)
Convert this type to JSON encoded string.
public static string CheckpointContentsV1ToJson(CheckpointContentsV1 data)
Parameters
data CheckpointContentsV1
Returns
Exceptions
CheckpointSummaryFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static CheckpointSummary CheckpointSummaryFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
CheckpointSummaryFromJson(String)
Create this type from JSON encoded string.
public static CheckpointSummary CheckpointSummaryFromJson(string json)
Parameters
json String
Returns
Exceptions
CheckpointSummaryToBcs(CheckpointSummary)
Convert this type to BCS encoded bytes.
public static Byte[] CheckpointSummaryToBcs(CheckpointSummary data)
Parameters
data CheckpointSummary
Returns
Exceptions
CheckpointSummaryToJson(CheckpointSummary)
Convert this type to JSON encoded string.
public static string CheckpointSummaryToJson(CheckpointSummary data)
Parameters
data CheckpointSummary
Returns
Exceptions
CheckpointTransactionInfoFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static CheckpointTransactionInfo CheckpointTransactionInfoFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
CheckpointTransactionInfoFromJson(String)
Create this type from JSON encoded string.
public static CheckpointTransactionInfo CheckpointTransactionInfoFromJson(string json)
Parameters
json String
Returns
Exceptions
CheckpointTransactionInfoToBcs(CheckpointTransactionInfo)
Convert this type to BCS encoded bytes.
public static Byte[] CheckpointTransactionInfoToBcs(CheckpointTransactionInfo data)
Parameters
data CheckpointTransactionInfo
Returns
Exceptions
CheckpointTransactionInfoToJson(CheckpointTransactionInfo)
Convert this type to JSON encoded string.
public static string CheckpointTransactionInfoToJson(CheckpointTransactionInfo data)
Parameters
data CheckpointTransactionInfo
Returns
Exceptions
EndOfEpochDataFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static EndOfEpochData EndOfEpochDataFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
EndOfEpochDataFromJson(String)
Create this type from JSON encoded string.
public static EndOfEpochData EndOfEpochDataFromJson(string json)
Parameters
json String
Returns
Exceptions
EndOfEpochDataToBcs(EndOfEpochData)
Convert this type to BCS encoded bytes.
public static Byte[] EndOfEpochDataToBcs(EndOfEpochData data)
Parameters
data EndOfEpochData
Returns
Exceptions
EndOfEpochDataToJson(EndOfEpochData)
Convert this type to JSON encoded string.
public static string EndOfEpochDataToJson(EndOfEpochData data)
Parameters
data EndOfEpochData
Returns
Exceptions
Bls12381PublicKeyFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static Bls12381PublicKey Bls12381PublicKeyFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
Bls12381PublicKeyFromJson(String)
Create this type from JSON encoded string.
public static Bls12381PublicKey Bls12381PublicKeyFromJson(string json)
Parameters
json String
Returns
Exceptions
Bls12381PublicKeyToBcs(Bls12381PublicKey)
Convert this type to BCS encoded bytes.
public static Byte[] Bls12381PublicKeyToBcs(Bls12381PublicKey data)
Parameters
data Bls12381PublicKey
Returns
Exceptions
Bls12381PublicKeyToJson(Bls12381PublicKey)
Convert this type to JSON encoded string.
public static string Bls12381PublicKeyToJson(Bls12381PublicKey data)
Parameters
data Bls12381PublicKey
Returns
Exceptions
Bls12381SignatureFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static Bls12381Signature Bls12381SignatureFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
Bls12381SignatureFromJson(String)
Create this type from JSON encoded string.
public static Bls12381Signature Bls12381SignatureFromJson(string json)
Parameters
json String
Returns
Exceptions
Bls12381SignatureToBcs(Bls12381Signature)
Convert this type to BCS encoded bytes.
public static Byte[] Bls12381SignatureToBcs(Bls12381Signature data)
Parameters
data Bls12381Signature
Returns
Exceptions
Bls12381SignatureToJson(Bls12381Signature)
Convert this type to JSON encoded string.
public static string Bls12381SignatureToJson(Bls12381Signature data)
Parameters
data Bls12381Signature
Returns
Exceptions
Ed25519PublicKeyFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static Ed25519PublicKey Ed25519PublicKeyFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
Ed25519PublicKeyFromJson(String)
Create this type from JSON encoded string.
public static Ed25519PublicKey Ed25519PublicKeyFromJson(string json)
Parameters
json String
Returns
Exceptions
Ed25519PublicKeyToBcs(Ed25519PublicKey)
Convert this type to BCS encoded bytes.
public static Byte[] Ed25519PublicKeyToBcs(Ed25519PublicKey data)
Parameters
data Ed25519PublicKey
Returns
Exceptions
Ed25519PublicKeyToJson(Ed25519PublicKey)
Convert this type to JSON encoded string.
public static string Ed25519PublicKeyToJson(Ed25519PublicKey data)
Parameters
data Ed25519PublicKey
Returns
Exceptions
Ed25519SignatureFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static Ed25519Signature Ed25519SignatureFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
Ed25519SignatureFromJson(String)
Create this type from JSON encoded string.
public static Ed25519Signature Ed25519SignatureFromJson(string json)
Parameters
json String
Returns
Exceptions
Ed25519SignatureToBcs(Ed25519Signature)
Convert this type to BCS encoded bytes.
public static Byte[] Ed25519SignatureToBcs(Ed25519Signature data)
Parameters
data Ed25519Signature
Returns
Exceptions
Ed25519SignatureToJson(Ed25519Signature)
Convert this type to JSON encoded string.
public static string Ed25519SignatureToJson(Ed25519Signature data)
Parameters
data Ed25519Signature
Returns
Exceptions
Secp256k1PublicKeyFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static Secp256k1PublicKey Secp256k1PublicKeyFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
Secp256k1PublicKeyFromJson(String)
Create this type from JSON encoded string.
public static Secp256k1PublicKey Secp256k1PublicKeyFromJson(string json)
Parameters
json String
Returns
Exceptions
Secp256k1PublicKeyToBcs(Secp256k1PublicKey)
Convert this type to BCS encoded bytes.
public static Byte[] Secp256k1PublicKeyToBcs(Secp256k1PublicKey data)
Parameters
data Secp256k1PublicKey
Returns
Exceptions
Secp256k1PublicKeyToJson(Secp256k1PublicKey)
Convert this type to JSON encoded string.
public static string Secp256k1PublicKeyToJson(Secp256k1PublicKey data)
Parameters
data Secp256k1PublicKey
Returns
Exceptions
Secp256k1SignatureFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static Secp256k1Signature Secp256k1SignatureFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
Secp256k1SignatureFromJson(String)
Create this type from JSON encoded string.
public static Secp256k1Signature Secp256k1SignatureFromJson(string json)
Parameters
json String
Returns
Exceptions
Secp256k1SignatureToBcs(Secp256k1Signature)
Convert this type to BCS encoded bytes.
public static Byte[] Secp256k1SignatureToBcs(Secp256k1Signature data)
Parameters
data Secp256k1Signature
Returns
Exceptions
Secp256k1SignatureToJson(Secp256k1Signature)
Convert this type to JSON encoded string.
public static string Secp256k1SignatureToJson(Secp256k1Signature data)
Parameters
data Secp256k1Signature
Returns
Exceptions
Secp256r1PublicKeyFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static Secp256r1PublicKey Secp256r1PublicKeyFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
Secp256r1PublicKeyFromJson(String)
Create this type from JSON encoded string.
public static Secp256r1PublicKey Secp256r1PublicKeyFromJson(string json)
Parameters
json String
Returns
Exceptions
Secp256r1PublicKeyToBcs(Secp256r1PublicKey)
Convert this type to BCS encoded bytes.
public static Byte[] Secp256r1PublicKeyToBcs(Secp256r1PublicKey data)
Parameters
data Secp256r1PublicKey
Returns
Exceptions
Secp256r1PublicKeyToJson(Secp256r1PublicKey)
Convert this type to JSON encoded string.
public static string Secp256r1PublicKeyToJson(Secp256r1PublicKey data)
Parameters
data Secp256r1PublicKey
Returns
Exceptions
Secp256r1SignatureFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static Secp256r1Signature Secp256r1SignatureFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
Secp256r1SignatureFromJson(String)
Create this type from JSON encoded string.
public static Secp256r1Signature Secp256r1SignatureFromJson(string json)
Parameters
json String
Returns
Exceptions
Secp256r1SignatureToBcs(Secp256r1Signature)
Convert this type to BCS encoded bytes.
public static Byte[] Secp256r1SignatureToBcs(Secp256r1Signature data)
Parameters
data Secp256r1Signature
Returns
Exceptions
Secp256r1SignatureToJson(Secp256r1Signature)
Convert this type to JSON encoded string.
public static string Secp256r1SignatureToJson(Secp256r1Signature data)
Parameters
data Secp256r1Signature
Returns
Exceptions
MultisigAggregatedSignatureFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static MultisigAggregatedSignature MultisigAggregatedSignatureFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
MultisigAggregatedSignatureFromJson(String)
Create this type from JSON encoded string.
public static MultisigAggregatedSignature MultisigAggregatedSignatureFromJson(string json)
Parameters
json String
Returns
Exceptions
MultisigAggregatedSignatureToBcs(MultisigAggregatedSignature)
Convert this type to BCS encoded bytes.
public static Byte[] MultisigAggregatedSignatureToBcs(MultisigAggregatedSignature data)
Parameters
data MultisigAggregatedSignature
Returns
Exceptions
MultisigAggregatedSignatureToJson(MultisigAggregatedSignature)
Convert this type to JSON encoded string.
public static string MultisigAggregatedSignatureToJson(MultisigAggregatedSignature data)
Parameters
data MultisigAggregatedSignature
Returns
Exceptions
MultisigCommitteeFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static MultisigCommittee MultisigCommitteeFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
MultisigCommitteeFromJson(String)
Create this type from JSON encoded string.
public static MultisigCommittee MultisigCommitteeFromJson(string json)
Parameters
json String
Returns
Exceptions
MultisigCommitteeToBcs(MultisigCommittee)
Convert this type to BCS encoded bytes.
public static Byte[] MultisigCommitteeToBcs(MultisigCommittee data)
Parameters
data MultisigCommittee
Returns
Exceptions
MultisigCommitteeToJson(MultisigCommittee)
Convert this type to JSON encoded string.
public static string MultisigCommitteeToJson(MultisigCommittee data)
Parameters
data MultisigCommittee
Returns
Exceptions
MultisigMemberFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static MultisigMember MultisigMemberFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
MultisigMemberFromJson(String)
Create this type from JSON encoded string.
public static MultisigMember MultisigMemberFromJson(string json)
Parameters
json String
Returns
Exceptions
MultisigMemberSignatureFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static MultisigMemberSignature MultisigMemberSignatureFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
MultisigMemberSignatureFromJson(String)
Create this type from JSON encoded string.
public static MultisigMemberSignature MultisigMemberSignatureFromJson(string json)
Parameters
json String
Returns
Exceptions
MultisigMemberSignatureToBcs(MultisigMemberSignature)
Convert this type to BCS encoded bytes.
public static Byte[] MultisigMemberSignatureToBcs(MultisigMemberSignature data)
Parameters
Returns
Exceptions
MultisigMemberSignatureToJson(MultisigMemberSignature)
Convert this type to JSON encoded string.
public static string MultisigMemberSignatureToJson(MultisigMemberSignature data)
Parameters
Returns
Exceptions
MultisigMemberToBcs(MultisigMember)
Convert this type to BCS encoded bytes.
public static Byte[] MultisigMemberToBcs(MultisigMember data)
Parameters
data MultisigMember
Returns
Exceptions
MultisigMemberToJson(MultisigMember)
Convert this type to JSON encoded string.
public static string MultisigMemberToJson(MultisigMember data)
Parameters
data MultisigMember
Returns
Exceptions
PublicKeyFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static PublicKey PublicKeyFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
PublicKeyFromJson(String)
Create this type from JSON encoded string.
public static PublicKey PublicKeyFromJson(string json)
Parameters
json String
Returns
Exceptions
PublicKeyToBcs(PublicKey)
Convert this type to BCS encoded bytes.
public static Byte[] PublicKeyToBcs(PublicKey data)
Parameters
data PublicKey
Returns
Exceptions
PublicKeyToJson(PublicKey)
Convert this type to JSON encoded string.
public static string PublicKeyToJson(PublicKey data)
Parameters
data PublicKey
Returns
Exceptions
PasskeyAuthenticatorFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static PasskeyAuthenticator PasskeyAuthenticatorFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
PasskeyAuthenticatorFromJson(String)
Create this type from JSON encoded string.
public static PasskeyAuthenticator PasskeyAuthenticatorFromJson(string json)
Parameters
json String
Returns
Exceptions
PasskeyAuthenticatorToBcs(PasskeyAuthenticator)
Convert this type to BCS encoded bytes.
public static Byte[] PasskeyAuthenticatorToBcs(PasskeyAuthenticator data)
Parameters
data PasskeyAuthenticator
Returns
Exceptions
PasskeyAuthenticatorToJson(PasskeyAuthenticator)
Convert this type to JSON encoded string.
public static string PasskeyAuthenticatorToJson(PasskeyAuthenticator data)
Parameters
data PasskeyAuthenticator
Returns
Exceptions
CertificateDigestFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static CertificateDigest CertificateDigestFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
CertificateDigestFromJson(String)
Create this type from JSON encoded string.
public static CertificateDigest CertificateDigestFromJson(string json)
Parameters
json String
Returns
Exceptions
CertificateDigestToBcs(CertificateDigest)
Convert this type to BCS encoded bytes.
public static Byte[] CertificateDigestToBcs(CertificateDigest data)
Parameters
data CertificateDigest
Returns
Exceptions
CertificateDigestToJson(CertificateDigest)
Convert this type to JSON encoded string.
public static string CertificateDigestToJson(CertificateDigest data)
Parameters
data CertificateDigest
Returns
Exceptions
CheckpointContentsDigestFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static CheckpointContentsDigest CheckpointContentsDigestFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
CheckpointContentsDigestFromJson(String)
Create this type from JSON encoded string.
public static CheckpointContentsDigest CheckpointContentsDigestFromJson(string json)
Parameters
json String
Returns
Exceptions
CheckpointContentsDigestToBcs(CheckpointContentsDigest)
Convert this type to BCS encoded bytes.
public static Byte[] CheckpointContentsDigestToBcs(CheckpointContentsDigest data)
Parameters
Returns
Exceptions
CheckpointContentsDigestToJson(CheckpointContentsDigest)
Convert this type to JSON encoded string.
public static string CheckpointContentsDigestToJson(CheckpointContentsDigest data)
Parameters
Returns
Exceptions
CheckpointDigestFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static CheckpointDigest CheckpointDigestFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
CheckpointDigestFromJson(String)
Create this type from JSON encoded string.
public static CheckpointDigest CheckpointDigestFromJson(string json)
Parameters
json String
Returns
Exceptions
CheckpointDigestToBcs(CheckpointDigest)
Convert this type to BCS encoded bytes.
public static Byte[] CheckpointDigestToBcs(CheckpointDigest data)
Parameters
data CheckpointDigest
Returns
Exceptions
CheckpointDigestToJson(CheckpointDigest)
Convert this type to JSON encoded string.
public static string CheckpointDigestToJson(CheckpointDigest data)
Parameters
data CheckpointDigest
Returns
Exceptions
ConsensusCommitDigestFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static ConsensusCommitDigest ConsensusCommitDigestFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
ConsensusCommitDigestFromJson(String)
Create this type from JSON encoded string.
public static ConsensusCommitDigest ConsensusCommitDigestFromJson(string json)
Parameters
json String
Returns
Exceptions
ConsensusCommitDigestToBcs(ConsensusCommitDigest)
Convert this type to BCS encoded bytes.
public static Byte[] ConsensusCommitDigestToBcs(ConsensusCommitDigest data)
Parameters
Returns
Exceptions
ConsensusCommitDigestToJson(ConsensusCommitDigest)
Convert this type to JSON encoded string.
public static string ConsensusCommitDigestToJson(ConsensusCommitDigest data)
Parameters
Returns
Exceptions
DigestFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static Digest DigestFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
DigestFromJson(String)
Create this type from JSON encoded string.
public static Digest DigestFromJson(string json)
Parameters
json String
Returns
Exceptions
DigestToBcs(Digest)
Convert this type to BCS encoded bytes.
public static Byte[] DigestToBcs(Digest data)
Parameters
data Digest
Returns
Exceptions
DigestToJson(Digest)
Convert this type to JSON encoded string.
public static string DigestToJson(Digest data)
Parameters
data Digest
Returns
Exceptions
EffectsAuxDataDigestFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static EffectsAuxDataDigest EffectsAuxDataDigestFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
EffectsAuxDataDigestFromJson(String)
Create this type from JSON encoded string.
public static EffectsAuxDataDigest EffectsAuxDataDigestFromJson(string json)
Parameters
json String
Returns
Exceptions
EffectsAuxDataDigestToBcs(EffectsAuxDataDigest)
Convert this type to BCS encoded bytes.
public static Byte[] EffectsAuxDataDigestToBcs(EffectsAuxDataDigest data)
Parameters
data EffectsAuxDataDigest
Returns
Exceptions
EffectsAuxDataDigestToJson(EffectsAuxDataDigest)
Convert this type to JSON encoded string.
public static string EffectsAuxDataDigestToJson(EffectsAuxDataDigest data)
Parameters
data EffectsAuxDataDigest
Returns
Exceptions
MisbehaviorReportDigestFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static MisbehaviorReportDigest MisbehaviorReportDigestFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
MisbehaviorReportDigestFromJson(String)
Create this type from JSON encoded string.
public static MisbehaviorReportDigest MisbehaviorReportDigestFromJson(string json)
Parameters
json String
Returns
Exceptions
MisbehaviorReportDigestToBcs(MisbehaviorReportDigest)
Convert this type to BCS encoded bytes.
public static Byte[] MisbehaviorReportDigestToBcs(MisbehaviorReportDigest data)
Parameters
Returns
Exceptions
MisbehaviorReportDigestToJson(MisbehaviorReportDigest)
Convert this type to JSON encoded string.
public static string MisbehaviorReportDigestToJson(MisbehaviorReportDigest data)
Parameters
Returns
Exceptions
MoveAuthenticatorDigestFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static MoveAuthenticatorDigest MoveAuthenticatorDigestFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
MoveAuthenticatorDigestFromJson(String)
Create this type from JSON encoded string.
public static MoveAuthenticatorDigest MoveAuthenticatorDigestFromJson(string json)
Parameters
json String
Returns
Exceptions
MoveAuthenticatorDigestToBcs(MoveAuthenticatorDigest)
Convert this type to BCS encoded bytes.
public static Byte[] MoveAuthenticatorDigestToBcs(MoveAuthenticatorDigest data)
Parameters
Returns
Exceptions
MoveAuthenticatorDigestToJson(MoveAuthenticatorDigest)
Convert this type to JSON encoded string.
public static string MoveAuthenticatorDigestToJson(MoveAuthenticatorDigest data)
Parameters
Returns
Exceptions
ObjectDigestFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static ObjectDigest ObjectDigestFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
ObjectDigestFromJson(String)
Create this type from JSON encoded string.
public static ObjectDigest ObjectDigestFromJson(string json)
Parameters
json String
Returns
Exceptions
ObjectDigestToBcs(ObjectDigest)
Convert this type to BCS encoded bytes.
public static Byte[] ObjectDigestToBcs(ObjectDigest data)
Parameters
data ObjectDigest
Returns
Exceptions
ObjectDigestToJson(ObjectDigest)
Convert this type to JSON encoded string.
public static string ObjectDigestToJson(ObjectDigest data)
Parameters
data ObjectDigest
Returns
Exceptions
SenderSignedDataDigestFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static SenderSignedDataDigest SenderSignedDataDigestFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
SenderSignedDataDigestFromJson(String)
Create this type from JSON encoded string.
public static SenderSignedDataDigest SenderSignedDataDigestFromJson(string json)
Parameters
json String
Returns
Exceptions
SenderSignedDataDigestToBcs(SenderSignedDataDigest)
Convert this type to BCS encoded bytes.
public static Byte[] SenderSignedDataDigestToBcs(SenderSignedDataDigest data)
Parameters
Returns
Exceptions
SenderSignedDataDigestToJson(SenderSignedDataDigest)
Convert this type to JSON encoded string.
public static string SenderSignedDataDigestToJson(SenderSignedDataDigest data)
Parameters
Returns
Exceptions
TransactionDigestFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static TransactionDigest TransactionDigestFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
TransactionDigestFromJson(String)
Create this type from JSON encoded string.
public static TransactionDigest TransactionDigestFromJson(string json)
Parameters
json String
Returns
Exceptions
TransactionDigestToBcs(TransactionDigest)
Convert this type to BCS encoded bytes.
public static Byte[] TransactionDigestToBcs(TransactionDigest data)
Parameters
data TransactionDigest
Returns
Exceptions
TransactionDigestToJson(TransactionDigest)
Convert this type to JSON encoded string.
public static string TransactionDigestToJson(TransactionDigest data)
Parameters
data TransactionDigest
Returns
Exceptions
TransactionEffectsDigestFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static TransactionEffectsDigest TransactionEffectsDigestFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
TransactionEffectsDigestFromJson(String)
Create this type from JSON encoded string.
public static TransactionEffectsDigest TransactionEffectsDigestFromJson(string json)
Parameters
json String
Returns
Exceptions
TransactionEffectsDigestToBcs(TransactionEffectsDigest)
Convert this type to BCS encoded bytes.
public static Byte[] TransactionEffectsDigestToBcs(TransactionEffectsDigest data)
Parameters
Returns
Exceptions
TransactionEffectsDigestToJson(TransactionEffectsDigest)
Convert this type to JSON encoded string.
public static string TransactionEffectsDigestToJson(TransactionEffectsDigest data)
Parameters
Returns
Exceptions
TransactionEventsDigestFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static TransactionEventsDigest TransactionEventsDigestFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
TransactionEventsDigestFromJson(String)
Create this type from JSON encoded string.
public static TransactionEventsDigest TransactionEventsDigestFromJson(string json)
Parameters
json String
Returns
Exceptions
TransactionEventsDigestToBcs(TransactionEventsDigest)
Convert this type to BCS encoded bytes.
public static Byte[] TransactionEventsDigestToBcs(TransactionEventsDigest data)
Parameters
Returns
Exceptions
TransactionEventsDigestToJson(TransactionEventsDigest)
Convert this type to JSON encoded string.
public static string TransactionEventsDigestToJson(TransactionEventsDigest data)
Parameters
Returns
Exceptions
EventFromBcs(Byte[])
Create an [Event] from BCS encoded bytes.
public static Event EventFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
EventFromJson(String)
Create an [Event] from a JSON encoded string.
public static Event EventFromJson(string json)
Parameters
json String
Returns
Exceptions
EventToBcs(Event)
Convert an [Event] to BCS encoded bytes.
public static Byte[] EventToBcs(Event data)
Parameters
data Event
Returns
Exceptions
EventToJson(Event)
Convert an [Event] to a JSON encoded string.
public static string EventToJson(Event data)
Parameters
data Event
Returns
Exceptions
TransactionEventsFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static TransactionEvents TransactionEventsFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
TransactionEventsFromJson(String)
Create this type from JSON encoded string.
public static TransactionEvents TransactionEventsFromJson(string json)
Parameters
json String
Returns
Exceptions
TransactionEventsToBcs(TransactionEvents)
Convert this type to BCS encoded bytes.
public static Byte[] TransactionEventsToBcs(TransactionEvents data)
Parameters
data TransactionEvents
Returns
Exceptions
TransactionEventsToJson(TransactionEvents)
Convert this type to JSON encoded string.
public static string TransactionEventsToJson(TransactionEvents data)
Parameters
data TransactionEvents
Returns
Exceptions
CommandArgumentErrorFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static CommandArgumentError CommandArgumentErrorFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
CommandArgumentErrorFromJson(String)
Create this type from JSON encoded string.
public static CommandArgumentError CommandArgumentErrorFromJson(string json)
Parameters
json String
Returns
Exceptions
CommandArgumentErrorToBcs(CommandArgumentError)
Convert this type to BCS encoded bytes.
public static Byte[] CommandArgumentErrorToBcs(CommandArgumentError data)
Parameters
data CommandArgumentError
Returns
Exceptions
CommandArgumentErrorToJson(CommandArgumentError)
Convert this type to JSON encoded string.
public static string CommandArgumentErrorToJson(CommandArgumentError data)
Parameters
data CommandArgumentError
Returns
Exceptions
ExecutionErrorFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static ExecutionError ExecutionErrorFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
ExecutionErrorFromJson(String)
Create this type from JSON encoded string.
public static ExecutionError ExecutionErrorFromJson(string json)
Parameters
json String
Returns
Exceptions
ExecutionErrorToBcs(ExecutionError)
Convert this type to BCS encoded bytes.
public static Byte[] ExecutionErrorToBcs(ExecutionError data)
Parameters
data ExecutionError
Returns
Exceptions
ExecutionErrorToJson(ExecutionError)
Convert this type to JSON encoded string.
public static string ExecutionErrorToJson(ExecutionError data)
Parameters
data ExecutionError
Returns
Exceptions
ExecutionStatusFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static ExecutionStatus ExecutionStatusFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
ExecutionStatusFromJson(String)
Create this type from JSON encoded string.
public static ExecutionStatus ExecutionStatusFromJson(string json)
Parameters
json String
Returns
Exceptions
ExecutionStatusToBcs(ExecutionStatus)
Convert this type to BCS encoded bytes.
public static Byte[] ExecutionStatusToBcs(ExecutionStatus data)
Parameters
data ExecutionStatus
Returns
Exceptions
ExecutionStatusToJson(ExecutionStatus)
Convert this type to JSON encoded string.
public static string ExecutionStatusToJson(ExecutionStatus data)
Parameters
data ExecutionStatus
Returns
Exceptions
MoveLocationFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static MoveLocation MoveLocationFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
MoveLocationFromJson(String)
Create this type from JSON encoded string.
public static MoveLocation MoveLocationFromJson(string json)
Parameters
json String
Returns
Exceptions
MoveLocationToBcs(MoveLocation)
Convert this type to BCS encoded bytes.
public static Byte[] MoveLocationToBcs(MoveLocation data)
Parameters
data MoveLocation
Returns
Exceptions
MoveLocationToJson(MoveLocation)
Convert this type to JSON encoded string.
public static string MoveLocationToJson(MoveLocation data)
Parameters
data MoveLocation
Returns
Exceptions
PackageUpgradeErrorFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static PackageUpgradeError PackageUpgradeErrorFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
PackageUpgradeErrorFromJson(String)
Create this type from JSON encoded string.
public static PackageUpgradeError PackageUpgradeErrorFromJson(string json)
Parameters
json String
Returns
Exceptions
PackageUpgradeErrorToBcs(PackageUpgradeError)
Convert this type to BCS encoded bytes.
public static Byte[] PackageUpgradeErrorToBcs(PackageUpgradeError data)
Parameters
data PackageUpgradeError
Returns
Exceptions
PackageUpgradeErrorToJson(PackageUpgradeError)
Convert this type to JSON encoded string.
public static string PackageUpgradeErrorToJson(PackageUpgradeError data)
Parameters
data PackageUpgradeError
Returns
Exceptions
TypeArgumentErrorFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static TypeArgumentError TypeArgumentErrorFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
TypeArgumentErrorFromJson(String)
Create this type from JSON encoded string.
public static TypeArgumentError TypeArgumentErrorFromJson(string json)
Parameters
json String
Returns
Exceptions
TypeArgumentErrorToBcs(TypeArgumentError)
Convert this type to BCS encoded bytes.
public static Byte[] TypeArgumentErrorToBcs(TypeArgumentError data)
Parameters
data TypeArgumentError
Returns
Exceptions
TypeArgumentErrorToJson(TypeArgumentError)
Convert this type to JSON encoded string.
public static string TypeArgumentErrorToJson(TypeArgumentError data)
Parameters
data TypeArgumentError
Returns
Exceptions
GasCostSummaryFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static GasCostSummary GasCostSummaryFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
GasCostSummaryFromJson(String)
Create this type from JSON encoded string.
public static GasCostSummary GasCostSummaryFromJson(string json)
Parameters
json String
Returns
Exceptions
GasCostSummaryToBcs(GasCostSummary)
Convert this type to BCS encoded bytes.
public static Byte[] GasCostSummaryToBcs(GasCostSummary data)
Parameters
data GasCostSummary
Returns
Exceptions
GasCostSummaryToJson(GasCostSummary)
Convert this type to JSON encoded string.
public static string GasCostSummaryToJson(GasCostSummary data)
Parameters
data GasCostSummary
Returns
Exceptions
IdentifierFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static Identifier IdentifierFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
IdentifierFromJson(String)
Create this type from JSON encoded string.
public static Identifier IdentifierFromJson(string json)
Parameters
json String
Returns
Exceptions
IdentifierToBcs(Identifier)
Convert this type to BCS encoded bytes.
public static Byte[] IdentifierToBcs(Identifier data)
Parameters
data Identifier
Returns
Exceptions
IdentifierToJson(Identifier)
Convert this type to JSON encoded string.
public static string IdentifierToJson(Identifier data)
Parameters
data Identifier
Returns
Exceptions
StructTagFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static StructTag StructTagFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
StructTagFromJson(String)
Create this type from JSON encoded string.
public static StructTag StructTagFromJson(string json)
Parameters
json String
Returns
Exceptions
StructTagToBcs(StructTag)
Convert this type to BCS encoded bytes.
public static Byte[] StructTagToBcs(StructTag data)
Parameters
data StructTag
Returns
Exceptions
StructTagToJson(StructTag)
Convert this type to JSON encoded string.
public static string StructTagToJson(StructTag data)
Parameters
data StructTag
Returns
Exceptions
TypeTagFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static TypeTag TypeTagFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
TypeTagFromJson(String)
Create this type from JSON encoded string.
public static TypeTag TypeTagFromJson(string json)
Parameters
json String
Returns
Exceptions
TypeTagToBcs(TypeTag)
Convert this type to BCS encoded bytes.
public static Byte[] TypeTagToBcs(TypeTag data)
Parameters
data TypeTag
Returns
Exceptions
TypeTagToJson(TypeTag)
Convert this type to JSON encoded string.
public static string TypeTagToJson(TypeTag data)
Parameters
data TypeTag
Returns
Exceptions
GenesisObjectFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static GenesisObject GenesisObjectFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
GenesisObjectFromJson(String)
Create this type from JSON encoded string.
public static GenesisObject GenesisObjectFromJson(string json)
Parameters
json String
Returns
Exceptions
GenesisObjectToBcs(GenesisObject)
Convert this type to BCS encoded bytes.
public static Byte[] GenesisObjectToBcs(GenesisObject data)
Parameters
data GenesisObject
Returns
Exceptions
GenesisObjectToJson(GenesisObject)
Convert this type to JSON encoded string.
public static string GenesisObjectToJson(GenesisObject data)
Parameters
data GenesisObject
Returns
Exceptions
MovePackageFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static MovePackage MovePackageFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
MovePackageFromJson(String)
Create this type from JSON encoded string.
public static MovePackage MovePackageFromJson(string json)
Parameters
json String
Returns
Exceptions
MovePackageToBcs(MovePackage)
Convert this type to BCS encoded bytes.
public static Byte[] MovePackageToBcs(MovePackage data)
Parameters
data MovePackage
Returns
Exceptions
MovePackageToJson(MovePackage)
Convert this type to JSON encoded string.
public static string MovePackageToJson(MovePackage data)
Parameters
data MovePackage
Returns
Exceptions
MoveStructFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static MoveStruct MoveStructFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
MoveStructFromJson(String)
Create this type from JSON encoded string.
public static MoveStruct MoveStructFromJson(string json)
Parameters
json String
Returns
Exceptions
MoveStructToBcs(MoveStruct)
Convert this type to BCS encoded bytes.
public static Byte[] MoveStructToBcs(MoveStruct data)
Parameters
data MoveStruct
Returns
Exceptions
MoveStructToJson(MoveStruct)
Convert this type to JSON encoded string.
public static string MoveStructToJson(MoveStruct data)
Parameters
data MoveStruct
Returns
Exceptions
ObjectDataFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static ObjectData ObjectDataFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
ObjectDataFromJson(String)
Create this type from JSON encoded string.
public static ObjectData ObjectDataFromJson(string json)
Parameters
json String
Returns
Exceptions
ObjectDataToBcs(ObjectData)
Convert this type to BCS encoded bytes.
public static Byte[] ObjectDataToBcs(ObjectData data)
Parameters
data ObjectData
Returns
Exceptions
ObjectDataToJson(ObjectData)
Convert this type to JSON encoded string.
public static string ObjectDataToJson(ObjectData data)
Parameters
data ObjectData
Returns
Exceptions
ObjectFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static Object ObjectFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
ObjectFromJson(String)
Create this type from JSON encoded string.
public static Object ObjectFromJson(string json)
Parameters
json String
Returns
Exceptions
ObjectIdFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static ObjectId ObjectIdFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
ObjectIdFromJson(String)
Create this type from JSON encoded string.
public static ObjectId ObjectIdFromJson(string json)
Parameters
json String
Returns
Exceptions
ObjectIdToBcs(ObjectId)
Convert this type to BCS encoded bytes.
public static Byte[] ObjectIdToBcs(ObjectId data)
Parameters
data ObjectId
Returns
Exceptions
ObjectIdToJson(ObjectId)
Convert this type to JSON encoded string.
public static string ObjectIdToJson(ObjectId data)
Parameters
data ObjectId
Returns
Exceptions
ObjectReferenceFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static ObjectReference ObjectReferenceFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
ObjectReferenceFromJson(String)
Create this type from JSON encoded string.
public static ObjectReference ObjectReferenceFromJson(string json)
Parameters
json String
Returns
Exceptions
ObjectReferenceToBcs(ObjectReference)
Convert this type to BCS encoded bytes.
public static Byte[] ObjectReferenceToBcs(ObjectReference data)
Parameters
data ObjectReference
Returns
Exceptions
ObjectReferenceToJson(ObjectReference)
Convert this type to JSON encoded string.
public static string ObjectReferenceToJson(ObjectReference data)
Parameters
data ObjectReference
Returns
Exceptions
ObjectToBcs(Object)
Convert this type to BCS encoded bytes.
public static Byte[] ObjectToBcs(Object data)
Parameters
data Object
Returns
Exceptions
ObjectToJson(Object)
Convert this type to JSON encoded string.
public static string ObjectToJson(Object data)
Parameters
data Object
Returns
Exceptions
OwnerFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static Owner OwnerFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
OwnerFromJson(String)
Create this type from JSON encoded string.
public static Owner OwnerFromJson(string json)
Parameters
json String
Returns
Exceptions
OwnerToBcs(Owner)
Convert this type to BCS encoded bytes.
public static Byte[] OwnerToBcs(Owner data)
Parameters
data Owner
Returns
Exceptions
OwnerToJson(Owner)
Convert this type to JSON encoded string.
public static string OwnerToJson(Owner data)
Parameters
data Owner
Returns
Exceptions
TypeOriginFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static TypeOrigin TypeOriginFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
TypeOriginFromJson(String)
Create this type from JSON encoded string.
public static TypeOrigin TypeOriginFromJson(string json)
Parameters
json String
Returns
Exceptions
TypeOriginToBcs(TypeOrigin)
Convert this type to BCS encoded bytes.
public static Byte[] TypeOriginToBcs(TypeOrigin data)
Parameters
data TypeOrigin
Returns
Exceptions
TypeOriginToJson(TypeOrigin)
Convert this type to JSON encoded string.
public static string TypeOriginToJson(TypeOrigin data)
Parameters
data TypeOrigin
Returns
Exceptions
UpgradeInfoFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static UpgradeInfo UpgradeInfoFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
UpgradeInfoFromJson(String)
Create this type from JSON encoded string.
public static UpgradeInfo UpgradeInfoFromJson(string json)
Parameters
json String
Returns
Exceptions
UpgradeInfoToBcs(UpgradeInfo)
Convert this type to BCS encoded bytes.
public static Byte[] UpgradeInfoToBcs(UpgradeInfo data)
Parameters
data UpgradeInfo
Returns
Exceptions
UpgradeInfoToJson(UpgradeInfo)
Convert this type to JSON encoded string.
public static string UpgradeInfoToJson(UpgradeInfo data)
Parameters
data UpgradeInfo
Returns
Exceptions
SimpleSignatureFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static SimpleSignature SimpleSignatureFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
SimpleSignatureFromJson(String)
Create this type from JSON encoded string.
public static SimpleSignature SimpleSignatureFromJson(string json)
Parameters
json String
Returns
Exceptions
SimpleSignatureToBcs(SimpleSignature)
Convert this type to BCS encoded bytes.
public static Byte[] SimpleSignatureToBcs(SimpleSignature data)
Parameters
data SimpleSignature
Returns
Exceptions
SimpleSignatureToJson(SimpleSignature)
Convert this type to JSON encoded string.
public static string SimpleSignatureToJson(SimpleSignature data)
Parameters
data SimpleSignature
Returns
Exceptions
UserSignatureFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static UserSignature UserSignatureFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
UserSignatureFromJson(String)
Create this type from JSON encoded string.
public static UserSignature UserSignatureFromJson(string json)
Parameters
json String
Returns
Exceptions
UserSignatureToBcs(UserSignature)
Convert this type to BCS encoded bytes.
public static Byte[] UserSignatureToBcs(UserSignature data)
Parameters
data UserSignature
Returns
Exceptions
UserSignatureToJson(UserSignature)
Convert this type to JSON encoded string.
public static string UserSignatureToJson(UserSignature data)
Parameters
data UserSignature
Returns
Exceptions
ArgumentFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static Argument ArgumentFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
ArgumentFromJson(String)
Create this type from JSON encoded string.
public static Argument ArgumentFromJson(string json)
Parameters
json String
Returns
Exceptions
ArgumentToBcs(Argument)
Convert this type to BCS encoded bytes.
public static Byte[] ArgumentToBcs(Argument data)
Parameters
data Argument
Returns
Exceptions
ArgumentToJson(Argument)
Convert this type to JSON encoded string.
public static string ArgumentToJson(Argument data)
Parameters
data Argument
Returns
Exceptions
CanceledTransactionFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static CanceledTransaction CanceledTransactionFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
CanceledTransactionFromJson(String)
Create this type from JSON encoded string.
public static CanceledTransaction CanceledTransactionFromJson(string json)
Parameters
json String
Returns
Exceptions
CanceledTransactionToBcs(CanceledTransaction)
Convert this type to BCS encoded bytes.
public static Byte[] CanceledTransactionToBcs(CanceledTransaction data)
Parameters
data CanceledTransaction
Returns
Exceptions
CanceledTransactionToJson(CanceledTransaction)
Convert this type to JSON encoded string.
public static string CanceledTransactionToJson(CanceledTransaction data)
Parameters
data CanceledTransaction
Returns
Exceptions
ChangeEpochFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static ChangeEpoch ChangeEpochFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
ChangeEpochFromJson(String)
Create this type from JSON encoded string.
public static ChangeEpoch ChangeEpochFromJson(string json)
Parameters
json String
Returns
Exceptions
ChangeEpochToBcs(ChangeEpoch)
Convert this type to BCS encoded bytes.
public static Byte[] ChangeEpochToBcs(ChangeEpoch data)
Parameters
data ChangeEpoch
Returns
Exceptions
ChangeEpochToJson(ChangeEpoch)
Convert this type to JSON encoded string.
public static string ChangeEpochToJson(ChangeEpoch data)
Parameters
data ChangeEpoch
Returns
Exceptions
ChangeEpochV2FromBcs(Byte[])
Create this type from BCS encoded bytes.
public static ChangeEpochV2 ChangeEpochV2FromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
ChangeEpochV2FromJson(String)
Create this type from JSON encoded string.
public static ChangeEpochV2 ChangeEpochV2FromJson(string json)
Parameters
json String
Returns
Exceptions
ChangeEpochV2ToBcs(ChangeEpochV2)
Convert this type to BCS encoded bytes.
public static Byte[] ChangeEpochV2ToBcs(ChangeEpochV2 data)
Parameters
data ChangeEpochV2
Returns
Exceptions
ChangeEpochV2ToJson(ChangeEpochV2)
Convert this type to JSON encoded string.
public static string ChangeEpochV2ToJson(ChangeEpochV2 data)
Parameters
data ChangeEpochV2
Returns
Exceptions
CommandFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static Command CommandFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
CommandFromJson(String)
Create this type from JSON encoded string.
public static Command CommandFromJson(string json)
Parameters
json String
Returns
Exceptions
CommandToBcs(Command)
Convert this type to BCS encoded bytes.
public static Byte[] CommandToBcs(Command data)
Parameters
data Command
Returns
Exceptions
CommandToJson(Command)
Convert this type to JSON encoded string.
public static string CommandToJson(Command data)
Parameters
data Command
Returns
Exceptions
ConsensusCommitPrologueV1FromBcs(Byte[])
Create this type from BCS encoded bytes.
public static ConsensusCommitPrologueV1 ConsensusCommitPrologueV1FromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
ConsensusCommitPrologueV1FromJson(String)
Create this type from JSON encoded string.
public static ConsensusCommitPrologueV1 ConsensusCommitPrologueV1FromJson(string json)
Parameters
json String
Returns
Exceptions
ConsensusCommitPrologueV1ToBcs(ConsensusCommitPrologueV1)
Convert this type to BCS encoded bytes.
public static Byte[] ConsensusCommitPrologueV1ToBcs(ConsensusCommitPrologueV1 data)
Parameters
data ConsensusCommitPrologueV1
Returns
Exceptions
ConsensusCommitPrologueV1ToJson(ConsensusCommitPrologueV1)
Convert this type to JSON encoded string.
public static string ConsensusCommitPrologueV1ToJson(ConsensusCommitPrologueV1 data)
Parameters
data ConsensusCommitPrologueV1
Returns
Exceptions
ConsensusDeterminedVersionAssignmentsFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static ConsensusDeterminedVersionAssignments ConsensusDeterminedVersionAssignmentsFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
ConsensusDeterminedVersionAssignments
Exceptions
ConsensusDeterminedVersionAssignmentsFromJson(String)
Create this type from JSON encoded string.
public static ConsensusDeterminedVersionAssignments ConsensusDeterminedVersionAssignmentsFromJson(string json)
Parameters
json String
Returns
ConsensusDeterminedVersionAssignments
Exceptions
ConsensusDeterminedVersionAssignmentsToBcs(ConsensusDeterminedVersionAssignments)
Convert this type to BCS encoded bytes.
public static Byte[] ConsensusDeterminedVersionAssignmentsToBcs(ConsensusDeterminedVersionAssignments data)
Parameters
data ConsensusDeterminedVersionAssignments
Returns
Exceptions
ConsensusDeterminedVersionAssignmentsToJson(ConsensusDeterminedVersionAssignments)
Convert this type to JSON encoded string.
public static string ConsensusDeterminedVersionAssignmentsToJson(ConsensusDeterminedVersionAssignments data)
Parameters
data ConsensusDeterminedVersionAssignments
Returns
Exceptions
DenyRuleSetFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static DenyRuleSet DenyRuleSetFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
DenyRuleSetFromJson(String)
Create this type from JSON encoded string.
public static DenyRuleSet DenyRuleSetFromJson(string json)
Parameters
json String
Returns
Exceptions
DenyRuleSetToBcs(DenyRuleSet)
Convert this type to BCS encoded bytes.
public static Byte[] DenyRuleSetToBcs(DenyRuleSet data)
Parameters
data DenyRuleSet
Returns
Exceptions
DenyRuleSetToJson(DenyRuleSet)
Convert this type to JSON encoded string.
public static string DenyRuleSetToJson(DenyRuleSet data)
Parameters
data DenyRuleSet
Returns
Exceptions
GasPaymentFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static GasPayment GasPaymentFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
GasPaymentFromJson(String)
Create this type from JSON encoded string.
public static GasPayment GasPaymentFromJson(string json)
Parameters
json String
Returns
Exceptions
GasPaymentToBcs(GasPayment)
Convert this type to BCS encoded bytes.
public static Byte[] GasPaymentToBcs(GasPayment data)
Parameters
data GasPayment
Returns
Exceptions
GasPaymentToJson(GasPayment)
Convert this type to JSON encoded string.
public static string GasPaymentToJson(GasPayment data)
Parameters
data GasPayment
Returns
Exceptions
GenesisTransactionFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static GenesisTransaction GenesisTransactionFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
GenesisTransactionFromJson(String)
Create this type from JSON encoded string.
public static GenesisTransaction GenesisTransactionFromJson(string json)
Parameters
json String
Returns
Exceptions
GenesisTransactionToBcs(GenesisTransaction)
Convert this type to BCS encoded bytes.
public static Byte[] GenesisTransactionToBcs(GenesisTransaction data)
Parameters
data GenesisTransaction
Returns
Exceptions
GenesisTransactionToJson(GenesisTransaction)
Convert this type to JSON encoded string.
public static string GenesisTransactionToJson(GenesisTransaction data)
Parameters
data GenesisTransaction
Returns
Exceptions
InputFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static Input InputFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
InputFromJson(String)
Create this type from JSON encoded string.
public static Input InputFromJson(string json)
Parameters
json String
Returns
Exceptions
InputToBcs(Input)
Convert this type to BCS encoded bytes.
public static Byte[] InputToBcs(Input data)
Parameters
data Input
Returns
Exceptions
InputToJson(Input)
Convert this type to JSON encoded string.
public static string InputToJson(Input data)
Parameters
data Input
Returns
Exceptions
MakeMoveVectorFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static MakeMoveVector MakeMoveVectorFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
MakeMoveVectorFromJson(String)
Create this type from JSON encoded string.
public static MakeMoveVector MakeMoveVectorFromJson(string json)
Parameters
json String
Returns
Exceptions
MakeMoveVectorToBcs(MakeMoveVector)
Convert this type to BCS encoded bytes.
public static Byte[] MakeMoveVectorToBcs(MakeMoveVector data)
Parameters
data MakeMoveVector
Returns
Exceptions
MakeMoveVectorToJson(MakeMoveVector)
Convert this type to JSON encoded string.
public static string MakeMoveVectorToJson(MakeMoveVector data)
Parameters
data MakeMoveVector
Returns
Exceptions
MergeCoinsFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static MergeCoins MergeCoinsFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
MergeCoinsFromJson(String)
Create this type from JSON encoded string.
public static MergeCoins MergeCoinsFromJson(string json)
Parameters
json String
Returns
Exceptions
MergeCoinsToBcs(MergeCoins)
Convert this type to BCS encoded bytes.
public static Byte[] MergeCoinsToBcs(MergeCoins data)
Parameters
data MergeCoins
Returns
Exceptions
MergeCoinsToJson(MergeCoins)
Convert this type to JSON encoded string.
public static string MergeCoinsToJson(MergeCoins data)
Parameters
data MergeCoins
Returns
Exceptions
MoveCallFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static MoveCall MoveCallFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
MoveCallFromJson(String)
Create this type from JSON encoded string.
public static MoveCall MoveCallFromJson(string json)
Parameters
json String
Returns
Exceptions
MoveCallToBcs(MoveCall)
Convert this type to BCS encoded bytes.
public static Byte[] MoveCallToBcs(MoveCall data)
Parameters
data MoveCall
Returns
Exceptions
MoveCallToJson(MoveCall)
Convert this type to JSON encoded string.
public static string MoveCallToJson(MoveCall data)
Parameters
data MoveCall
Returns
Exceptions
ProgrammableTransactionFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static ProgrammableTransaction ProgrammableTransactionFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
ProgrammableTransactionFromJson(String)
Create this type from JSON encoded string.
public static ProgrammableTransaction ProgrammableTransactionFromJson(string json)
Parameters
json String
Returns
Exceptions
ProgrammableTransactionToBcs(ProgrammableTransaction)
Convert this type to BCS encoded bytes.
public static Byte[] ProgrammableTransactionToBcs(ProgrammableTransaction data)
Parameters
Returns
Exceptions
ProgrammableTransactionToJson(ProgrammableTransaction)
Convert this type to JSON encoded string.
public static string ProgrammableTransactionToJson(ProgrammableTransaction data)
Parameters
Returns
Exceptions
PublishFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static Publish PublishFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
PublishFromJson(String)
Create this type from JSON encoded string.
public static Publish PublishFromJson(string json)
Parameters
json String
Returns
Exceptions
PublishToBcs(Publish)
Convert this type to BCS encoded bytes.
public static Byte[] PublishToBcs(Publish data)
Parameters
data Publish
Returns
Exceptions
PublishToJson(Publish)
Convert this type to JSON encoded string.
public static string PublishToJson(Publish data)
Parameters
data Publish
Returns
Exceptions
RandomnessStateUpdateFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static RandomnessStateUpdate RandomnessStateUpdateFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
RandomnessStateUpdateFromJson(String)
Create this type from JSON encoded string.
public static RandomnessStateUpdate RandomnessStateUpdateFromJson(string json)
Parameters
json String
Returns
Exceptions
RandomnessStateUpdateToBcs(RandomnessStateUpdate)
Convert this type to BCS encoded bytes.
public static Byte[] RandomnessStateUpdateToBcs(RandomnessStateUpdate data)
Parameters
Returns
Exceptions
RandomnessStateUpdateToJson(RandomnessStateUpdate)
Convert this type to JSON encoded string.
public static string RandomnessStateUpdateToJson(RandomnessStateUpdate data)
Parameters
Returns
Exceptions
SignedTransactionFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static SignedTransaction SignedTransactionFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
SignedTransactionFromJson(String)
Create this type from JSON encoded string.
public static SignedTransaction SignedTransactionFromJson(string json)
Parameters
json String
Returns
Exceptions
SignedTransactionToBcs(SignedTransaction)
Convert this type to BCS encoded bytes.
public static Byte[] SignedTransactionToBcs(SignedTransaction data)
Parameters
data SignedTransaction
Returns
Exceptions
SignedTransactionToJson(SignedTransaction)
Convert this type to JSON encoded string.
public static string SignedTransactionToJson(SignedTransaction data)
Parameters
data SignedTransaction
Returns
Exceptions
SplitCoinsFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static SplitCoins SplitCoinsFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
SplitCoinsFromJson(String)
Create this type from JSON encoded string.
public static SplitCoins SplitCoinsFromJson(string json)
Parameters
json String
Returns
Exceptions
SplitCoinsToBcs(SplitCoins)
Convert this type to BCS encoded bytes.
public static Byte[] SplitCoinsToBcs(SplitCoins data)
Parameters
data SplitCoins
Returns
Exceptions
SplitCoinsToJson(SplitCoins)
Convert this type to JSON encoded string.
public static string SplitCoinsToJson(SplitCoins data)
Parameters
data SplitCoins
Returns
Exceptions
SystemPackageFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static SystemPackage SystemPackageFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
SystemPackageFromJson(String)
Create this type from JSON encoded string.
public static SystemPackage SystemPackageFromJson(string json)
Parameters
json String
Returns
Exceptions
SystemPackageToBcs(SystemPackage)
Convert this type to BCS encoded bytes.
public static Byte[] SystemPackageToBcs(SystemPackage data)
Parameters
data SystemPackage
Returns
Exceptions
SystemPackageToJson(SystemPackage)
Convert this type to JSON encoded string.
public static string SystemPackageToJson(SystemPackage data)
Parameters
data SystemPackage
Returns
Exceptions
TransactionDenyRulesUpdateFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static TransactionDenyRulesUpdate TransactionDenyRulesUpdateFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
TransactionDenyRulesUpdateFromJson(String)
Create this type from JSON encoded string.
public static TransactionDenyRulesUpdate TransactionDenyRulesUpdateFromJson(string json)
Parameters
json String
Returns
Exceptions
TransactionDenyRulesUpdateToBcs(TransactionDenyRulesUpdate)
Convert this type to BCS encoded bytes.
public static Byte[] TransactionDenyRulesUpdateToBcs(TransactionDenyRulesUpdate data)
Parameters
data TransactionDenyRulesUpdate
Returns
Exceptions
TransactionDenyRulesUpdateToJson(TransactionDenyRulesUpdate)
Convert this type to JSON encoded string.
public static string TransactionDenyRulesUpdateToJson(TransactionDenyRulesUpdate data)
Parameters
data TransactionDenyRulesUpdate
Returns
Exceptions
TransactionEffectsFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static TransactionEffects TransactionEffectsFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
TransactionEffectsFromJson(String)
Create this type from JSON encoded string.
public static TransactionEffects TransactionEffectsFromJson(string json)
Parameters
json String
Returns
Exceptions
TransactionEffectsToBcs(TransactionEffects)
Convert this type to BCS encoded bytes.
public static Byte[] TransactionEffectsToBcs(TransactionEffects data)
Parameters
data TransactionEffects
Returns
Exceptions
TransactionEffectsToJson(TransactionEffects)
Convert this type to JSON encoded string.
public static string TransactionEffectsToJson(TransactionEffects data)
Parameters
data TransactionEffects
Returns
Exceptions
TransactionExpirationFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static TransactionExpiration TransactionExpirationFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
TransactionExpirationFromJson(String)
Create this type from JSON encoded string.
public static TransactionExpiration TransactionExpirationFromJson(string json)
Parameters
json String
Returns
Exceptions
TransactionExpirationToBcs(TransactionExpiration)
Convert this type to BCS encoded bytes.
public static Byte[] TransactionExpirationToBcs(TransactionExpiration data)
Parameters
Returns
Exceptions
TransactionExpirationToJson(TransactionExpiration)
Convert this type to JSON encoded string.
public static string TransactionExpirationToJson(TransactionExpiration data)
Parameters
Returns
Exceptions
TransactionFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static Transaction TransactionFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
TransactionFromJson(String)
Create this type from JSON encoded string.
public static Transaction TransactionFromJson(string json)
Parameters
json String
Returns
Exceptions
TransactionKindFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static TransactionKind TransactionKindFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
TransactionKindFromJson(String)
Create this type from JSON encoded string.
public static TransactionKind TransactionKindFromJson(string json)
Parameters
json String
Returns
Exceptions
TransactionKindToBcs(TransactionKind)
Convert this type to BCS encoded bytes.
public static Byte[] TransactionKindToBcs(TransactionKind data)
Parameters
data TransactionKind
Returns
Exceptions
TransactionKindToJson(TransactionKind)
Convert this type to JSON encoded string.
public static string TransactionKindToJson(TransactionKind data)
Parameters
data TransactionKind
Returns
Exceptions
TransactionToBcs(Transaction)
Convert this type to BCS encoded bytes.
public static Byte[] TransactionToBcs(Transaction data)
Parameters
data Transaction
Returns
Exceptions
TransactionToJson(Transaction)
Convert this type to JSON encoded string.
public static string TransactionToJson(Transaction data)
Parameters
data Transaction
Returns
Exceptions
TransactionV1FromBcs(Byte[])
Create this type from BCS encoded bytes.
public static TransactionV1 TransactionV1FromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
TransactionV1FromJson(String)
Create this type from JSON encoded string.
public static TransactionV1 TransactionV1FromJson(string json)
Parameters
json String
Returns
Exceptions
TransactionV1ToBcs(TransactionV1)
Convert this type to BCS encoded bytes.
public static Byte[] TransactionV1ToBcs(TransactionV1 data)
Parameters
data TransactionV1
Returns
Exceptions
TransactionV1ToJson(TransactionV1)
Convert this type to JSON encoded string.
public static string TransactionV1ToJson(TransactionV1 data)
Parameters
data TransactionV1
Returns
Exceptions
TransferObjectsFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static TransferObjects TransferObjectsFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
TransferObjectsFromJson(String)
Create this type from JSON encoded string.
public static TransferObjects TransferObjectsFromJson(string json)
Parameters
json String
Returns
Exceptions
TransferObjectsToBcs(TransferObjects)
Convert this type to BCS encoded bytes.
public static Byte[] TransferObjectsToBcs(TransferObjects data)
Parameters
data TransferObjects
Returns
Exceptions
TransferObjectsToJson(TransferObjects)
Convert this type to JSON encoded string.
public static string TransferObjectsToJson(TransferObjects data)
Parameters
data TransferObjects
Returns
Exceptions
UpgradeFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static Upgrade UpgradeFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
UpgradeFromJson(String)
Create this type from JSON encoded string.
public static Upgrade UpgradeFromJson(string json)
Parameters
json String
Returns
Exceptions
UpgradeToBcs(Upgrade)
Convert this type to BCS encoded bytes.
public static Byte[] UpgradeToBcs(Upgrade data)
Parameters
data Upgrade
Returns
Exceptions
UpgradeToJson(Upgrade)
Convert this type to JSON encoded string.
public static string UpgradeToJson(Upgrade data)
Parameters
data Upgrade
Returns
Exceptions
VersionAssignmentFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static VersionAssignment VersionAssignmentFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
VersionAssignmentFromJson(String)
Create this type from JSON encoded string.
public static VersionAssignment VersionAssignmentFromJson(string json)
Parameters
json String
Returns
Exceptions
VersionAssignmentToBcs(VersionAssignment)
Convert this type to BCS encoded bytes.
public static Byte[] VersionAssignmentToBcs(VersionAssignment data)
Parameters
data VersionAssignment
Returns
Exceptions
VersionAssignmentToJson(VersionAssignment)
Convert this type to JSON encoded string.
public static string VersionAssignmentToJson(VersionAssignment data)
Parameters
data VersionAssignment
Returns
Exceptions
ChangedObjectFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static ChangedObject ChangedObjectFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
ChangedObjectFromJson(String)
Create this type from JSON encoded string.
public static ChangedObject ChangedObjectFromJson(string json)
Parameters
json String
Returns
Exceptions
ChangedObjectToBcs(ChangedObject)
Convert this type to BCS encoded bytes.
public static Byte[] ChangedObjectToBcs(ChangedObject data)
Parameters
data ChangedObject
Returns
Exceptions
ChangedObjectToJson(ChangedObject)
Convert this type to JSON encoded string.
public static string ChangedObjectToJson(ChangedObject data)
Parameters
data ChangedObject
Returns
Exceptions
IdOperationFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static IdOperation IdOperationFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
IdOperationFromJson(String)
Create this type from JSON encoded string.
public static IdOperation IdOperationFromJson(string json)
Parameters
json String
Returns
Exceptions
IdOperationToBcs(IdOperation)
Convert this type to BCS encoded bytes.
public static Byte[] IdOperationToBcs(IdOperation data)
Parameters
data IdOperation
Returns
Exceptions
IdOperationToJson(IdOperation)
Convert this type to JSON encoded string.
public static string IdOperationToJson(IdOperation data)
Parameters
data IdOperation
Returns
Exceptions
ObjectInFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static ObjectIn ObjectInFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
ObjectInFromJson(String)
Create this type from JSON encoded string.
public static ObjectIn ObjectInFromJson(string json)
Parameters
json String
Returns
Exceptions
ObjectInToBcs(ObjectIn)
Convert this type to BCS encoded bytes.
public static Byte[] ObjectInToBcs(ObjectIn data)
Parameters
data ObjectIn
Returns
Exceptions
ObjectInToJson(ObjectIn)
Convert this type to JSON encoded string.
public static string ObjectInToJson(ObjectIn data)
Parameters
data ObjectIn
Returns
Exceptions
ObjectOutFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static ObjectOut ObjectOutFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
ObjectOutFromJson(String)
Create this type from JSON encoded string.
public static ObjectOut ObjectOutFromJson(string json)
Parameters
json String
Returns
Exceptions
ObjectOutToBcs(ObjectOut)
Convert this type to BCS encoded bytes.
public static Byte[] ObjectOutToBcs(ObjectOut data)
Parameters
data ObjectOut
Returns
Exceptions
ObjectOutToJson(ObjectOut)
Convert this type to JSON encoded string.
public static string ObjectOutToJson(ObjectOut data)
Parameters
data ObjectOut
Returns
Exceptions
TransactionEffectsV1FromBcs(Byte[])
Create this type from BCS encoded bytes.
public static TransactionEffectsV1 TransactionEffectsV1FromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
TransactionEffectsV1FromJson(String)
Create this type from JSON encoded string.
public static TransactionEffectsV1 TransactionEffectsV1FromJson(string json)
Parameters
json String
Returns
Exceptions
TransactionEffectsV1ToBcs(TransactionEffectsV1)
Convert this type to BCS encoded bytes.
public static Byte[] TransactionEffectsV1ToBcs(TransactionEffectsV1 data)
Parameters
data TransactionEffectsV1
Returns
Exceptions
TransactionEffectsV1ToJson(TransactionEffectsV1)
Convert this type to JSON encoded string.
public static string TransactionEffectsV1ToJson(TransactionEffectsV1 data)
Parameters
data TransactionEffectsV1
Returns
Exceptions
UnchangedSharedKindFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static UnchangedSharedKind UnchangedSharedKindFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
UnchangedSharedKindFromJson(String)
Create this type from JSON encoded string.
public static UnchangedSharedKind UnchangedSharedKindFromJson(string json)
Parameters
json String
Returns
Exceptions
UnchangedSharedKindToBcs(UnchangedSharedKind)
Convert this type to BCS encoded bytes.
public static Byte[] UnchangedSharedKindToBcs(UnchangedSharedKind data)
Parameters
data UnchangedSharedKind
Returns
Exceptions
UnchangedSharedKindToJson(UnchangedSharedKind)
Convert this type to JSON encoded string.
public static string UnchangedSharedKindToJson(UnchangedSharedKind data)
Parameters
data UnchangedSharedKind
Returns
Exceptions
UnchangedSharedObjectFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static UnchangedSharedObject UnchangedSharedObjectFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
UnchangedSharedObjectFromJson(String)
Create this type from JSON encoded string.
public static UnchangedSharedObject UnchangedSharedObjectFromJson(string json)
Parameters
json String
Returns
Exceptions
UnchangedSharedObjectToBcs(UnchangedSharedObject)
Convert this type to BCS encoded bytes.
public static Byte[] UnchangedSharedObjectToBcs(UnchangedSharedObject data)
Parameters
Returns
Exceptions
UnchangedSharedObjectToJson(UnchangedSharedObject)
Convert this type to JSON encoded string.
public static string UnchangedSharedObjectToJson(UnchangedSharedObject data)
Parameters
Returns
Exceptions
ValidatorAggregatedSignatureFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static ValidatorAggregatedSignature ValidatorAggregatedSignatureFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
ValidatorAggregatedSignatureFromJson(String)
Create this type from JSON encoded string.
public static ValidatorAggregatedSignature ValidatorAggregatedSignatureFromJson(string json)
Parameters
json String
Returns
Exceptions
ValidatorAggregatedSignatureToBcs(ValidatorAggregatedSignature)
Convert this type to BCS encoded bytes.
public static Byte[] ValidatorAggregatedSignatureToBcs(ValidatorAggregatedSignature data)
Parameters
data ValidatorAggregatedSignature
Returns
Exceptions
ValidatorAggregatedSignatureToJson(ValidatorAggregatedSignature)
Convert this type to JSON encoded string.
public static string ValidatorAggregatedSignatureToJson(ValidatorAggregatedSignature data)
Parameters
data ValidatorAggregatedSignature
Returns
Exceptions
ValidatorCommitteeFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static ValidatorCommittee ValidatorCommitteeFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
ValidatorCommitteeFromJson(String)
Create this type from JSON encoded string.
public static ValidatorCommittee ValidatorCommitteeFromJson(string json)
Parameters
json String
Returns
Exceptions
ValidatorCommitteeMemberFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static ValidatorCommitteeMember ValidatorCommitteeMemberFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
ValidatorCommitteeMemberFromJson(String)
Create this type from JSON encoded string.
public static ValidatorCommitteeMember ValidatorCommitteeMemberFromJson(string json)
Parameters
json String
Returns
Exceptions
ValidatorCommitteeMemberToBcs(ValidatorCommitteeMember)
Convert this type to BCS encoded bytes.
public static Byte[] ValidatorCommitteeMemberToBcs(ValidatorCommitteeMember data)
Parameters
Returns
Exceptions
ValidatorCommitteeMemberToJson(ValidatorCommitteeMember)
Convert this type to JSON encoded string.
public static string ValidatorCommitteeMemberToJson(ValidatorCommitteeMember data)
Parameters
Returns
Exceptions
ValidatorCommitteeToBcs(ValidatorCommittee)
Convert this type to BCS encoded bytes.
public static Byte[] ValidatorCommitteeToBcs(ValidatorCommittee data)
Parameters
data ValidatorCommittee
Returns
Exceptions
ValidatorCommitteeToJson(ValidatorCommittee)
Convert this type to JSON encoded string.
public static string ValidatorCommitteeToJson(ValidatorCommittee data)
Parameters
data ValidatorCommittee
Returns
Exceptions
ValidatorSignatureFromBcs(Byte[])
Create this type from BCS encoded bytes.
public static ValidatorSignature ValidatorSignatureFromBcs(Byte[] bcs)
Parameters
bcs Byte[]
Returns
Exceptions
ValidatorSignatureFromJson(String)
Create this type from JSON encoded string.
public static ValidatorSignature ValidatorSignatureFromJson(string json)
Parameters
json String
Returns
Exceptions
ValidatorSignatureToBcs(ValidatorSignature)
Convert this type to BCS encoded bytes.
public static Byte[] ValidatorSignatureToBcs(ValidatorSignature data)
Parameters
data ValidatorSignature
Returns
Exceptions
ValidatorSignatureToJson(ValidatorSignature)
Convert this type to JSON encoded string.
public static string ValidatorSignatureToJson(ValidatorSignature data)
Parameters
data ValidatorSignature