Show / Hide Table of Contents

Class SignedPayloadSigner

Data model for the https://github.com/stellar/stellar-protocol/blob/master/core/cap-0040.md#xdr-changes signed payload signer

Inheritance
System.Object
SignedPayloadSigner
Namespace: System.Dynamic.ExpandoObject
Assembly: stellar-dotnet-sdk.dll
Syntax
public class SignedPayloadSigner : object

Constructors

SignedPayloadSigner(AccountID, Byte[])

Declaration
public SignedPayloadSigner(AccountID signerAccountID, byte[] payload)
Parameters
Type Name Description
stellar_dotnet_sdk.xdr.AccountID signerAccountID
System.Byte[] payload

SignedPayloadSigner(Byte[], Byte[])

Declaration
public SignedPayloadSigner(byte[] signerED25519PublicKey, byte[] payload)
Parameters
Type Name Description
System.Byte[] signerED25519PublicKey
System.Byte[] payload

Fields

SIGNED_PAYLOAD_MAX_PAYLOAD_LENGTH

Declaration
public const int SIGNED_PAYLOAD_MAX_PAYLOAD_LENGTH = null
Field Value
System.Int32

Properties

Payload

Declaration
public byte[] Payload { get; }
Property Value
System.Byte[]

SignerAccountID

Declaration
public AccountID SignerAccountID { get; }
Property Value
stellar_dotnet_sdk.xdr.AccountID

Back to top Generated by DocFX