XdrSorobanCredentialsType
in package
Table of Contents
Constants
Properties
- $value : int
Methods
- __construct() : mixed
- decode() : XdrSorobanCredentialsType
- encode() : string
- getValue() : int
- SOROBAN_CREDENTIALS_ADDRESS() : XdrSorobanCredentialsType
- SOROBAN_CREDENTIALS_SOURCE_ACCOUNT() : XdrSorobanCredentialsType
Constants
SOROBAN_CREDENTIALS_ADDRESS
public
mixed
SOROBAN_CREDENTIALS_ADDRESS
= 1
SOROBAN_CREDENTIALS_SOURCE_ACCOUNT
public
mixed
SOROBAN_CREDENTIALS_SOURCE_ACCOUNT
= 0
Properties
$value
public
int
$value
Methods
__construct()
public
__construct(int $value) : mixed
Parameters
- $value : int
decode()
public
static decode(XdrBuffer $xdr) : XdrSorobanCredentialsType
Parameters
- $xdr : XdrBuffer
Return values
XdrSorobanCredentialsTypeencode()
public
encode() : string
Return values
stringgetValue()
public
getValue() : int
Return values
intSOROBAN_CREDENTIALS_ADDRESS()
public
static SOROBAN_CREDENTIALS_ADDRESS() : XdrSorobanCredentialsType
Return values
XdrSorobanCredentialsTypeSOROBAN_CREDENTIALS_SOURCE_ACCOUNT()
public
static SOROBAN_CREDENTIALS_SOURCE_ACCOUNT() : XdrSorobanCredentialsType