Flow.Net
Show / Hide Table of Contents

Class Rlp

Inheritance
Object
Rlp
Namespace: Flow.Net.Sdk.Core
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public class Rlp

Methods

| Improve this Doc View Source

EncodedAccountKey(FlowAccountKey)

Declaration
public static byte[] EncodedAccountKey(FlowAccountKey flowAccountKey)
Parameters
Type Name Description
FlowAccountKey flowAccountKey
Returns
Type Description
Byte[]
| Improve this Doc View Source

EncodedCanonicalAuthorizationEnvelope(FlowTransaction)

Declaration
public static byte[] EncodedCanonicalAuthorizationEnvelope(FlowTransaction flowTransaction)
Parameters
Type Name Description
FlowTransaction flowTransaction
Returns
Type Description
Byte[]
| Improve this Doc View Source

EncodedCanonicalPayload(FlowTransaction)

Declaration
public static byte[] EncodedCanonicalPayload(FlowTransaction flowTransaction)
Parameters
Type Name Description
FlowTransaction flowTransaction
Returns
Type Description
Byte[]
| Improve this Doc View Source

EncodedCanonicalPaymentEnvelope(FlowTransaction)

Declaration
public static byte[] EncodedCanonicalPaymentEnvelope(FlowTransaction flowTransaction)
Parameters
Type Name Description
FlowTransaction flowTransaction
Returns
Type Description
Byte[]
| Improve this Doc View Source

EncodedCanonicalTransaction(FlowTransaction)

Declaration
public static byte[] EncodedCanonicalTransaction(FlowTransaction flowTransaction)
Parameters
Type Name Description
FlowTransaction flowTransaction
Returns
Type Description
Byte[]
| Improve this Doc View Source

EncodeElement(Byte[])

Declaration
public static byte[] EncodeElement(byte[] srcData)
Parameters
Type Name Description
Byte[] srcData
Returns
Type Description
Byte[]
| Improve this Doc View Source

EncodeList(Byte[][])

Declaration
public static byte[] EncodeList(params byte[][] items)
Parameters
Type Name Description
Byte[][] items
Returns
Type Description
Byte[]
| Improve this Doc View Source

IsNullOrZeroArray(Byte[])

Declaration
public static bool IsNullOrZeroArray(byte[] array)
Parameters
Type Name Description
Byte[] array
Returns
Type Description
Boolean
| Improve this Doc View Source

IsSingleZero(Byte[])

Declaration
public static bool IsSingleZero(byte[] array)
Parameters
Type Name Description
Byte[] array
Returns
Type Description
Boolean
| Improve this Doc View Source

ToBytesFromNumber(Byte[])

Declaration
public static byte[] ToBytesFromNumber(byte[] bytes)
Parameters
Type Name Description
Byte[] bytes
Returns
Type Description
Byte[]
| Improve this Doc View Source

TrimZeroBytes(Byte[])

Declaration
public static byte[] TrimZeroBytes(byte[] bytes)
Parameters
Type Name Description
Byte[] bytes
Returns
Type Description
Byte[]
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX