Class Rlp
Assembly: Flow.Net.Sdk.Core.dll
Syntax
Methods
|
Improve this Doc
View Source
EncodedAccountKey(FlowAccountKey)
Declaration
public static byte[] EncodedAccountKey(FlowAccountKey flowAccountKey)
Parameters
Returns
|
Improve this Doc
View Source
EncodedCanonicalAuthorizationEnvelope(FlowTransaction)
Declaration
public static byte[] EncodedCanonicalAuthorizationEnvelope(FlowTransaction flowTransaction)
Parameters
Returns
|
Improve this Doc
View Source
EncodedCanonicalPayload(FlowTransaction)
Declaration
public static byte[] EncodedCanonicalPayload(FlowTransaction flowTransaction)
Parameters
Returns
|
Improve this Doc
View Source
EncodedCanonicalPaymentEnvelope(FlowTransaction)
Declaration
public static byte[] EncodedCanonicalPaymentEnvelope(FlowTransaction flowTransaction)
Parameters
Returns
|
Improve this Doc
View Source
EncodedCanonicalTransaction(FlowTransaction)
Declaration
public static byte[] EncodedCanonicalTransaction(FlowTransaction flowTransaction)
Parameters
Returns
|
Improve this Doc
View Source
EncodeElement(Byte[])
Declaration
public static byte[] EncodeElement(byte[] srcData)
Parameters
Type |
Name |
Description |
Byte[] |
srcData |
|
Returns
|
Improve this Doc
View Source
EncodeList(Byte[][])
Declaration
public static byte[] EncodeList(params byte[][] items)
Parameters
Type |
Name |
Description |
Byte[][] |
items |
|
Returns
|
Improve this Doc
View Source
IsNullOrZeroArray(Byte[])
Declaration
public static bool IsNullOrZeroArray(byte[] array)
Parameters
Type |
Name |
Description |
Byte[] |
array |
|
Returns
|
Improve this Doc
View Source
IsSingleZero(Byte[])
Declaration
public static bool IsSingleZero(byte[] array)
Parameters
Type |
Name |
Description |
Byte[] |
array |
|
Returns
|
Improve this Doc
View Source
ToBytesFromNumber(Byte[])
Declaration
public static byte[] ToBytesFromNumber(byte[] bytes)
Parameters
Type |
Name |
Description |
Byte[] |
bytes |
|
Returns
|
Improve this Doc
View Source
TrimZeroBytes(Byte[])
Declaration
public static byte[] TrimZeroBytes(byte[] bytes)
Parameters
Type |
Name |
Description |
Byte[] |
bytes |
|
Returns