XdrSignerKeyType
in package
Table of Contents
Constants
- ED25519 = 0
- ED25519_SIGNED_PAYLOAD = 3
- HASH_X = 2
- MUXED_ED25519 = 0x100
- PRE_AUTH_TX = 1
Methods
- __construct() : mixed
- decode() : XdrSignerKeyType
- encode() : string
- getValue() : int
Constants
ED25519
public
mixed
ED25519
= 0
ED25519_SIGNED_PAYLOAD
public
mixed
ED25519_SIGNED_PAYLOAD
= 3
HASH_X
public
mixed
HASH_X
= 2
MUXED_ED25519
public
mixed
MUXED_ED25519
= 0x100
PRE_AUTH_TX
public
mixed
PRE_AUTH_TX
= 1
Methods
__construct()
public
__construct(int $value) : mixed
Parameters
- $value : int
decode()
public
static decode(XdrBuffer $xdr) : XdrSignerKeyType
Parameters
- $xdr : XdrBuffer
Return values
XdrSignerKeyTypeencode()
public
encode() : string
Return values
stringgetValue()
public
getValue() : int