XdrSorobanAuthorizationEntry
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- decode() : XdrSorobanAuthorizationEntry
- encode() : string
- fromBase64Xdr() : static
- fromTxRep() : XdrSorobanAuthorizationEntry
- getCredentials() : XdrSorobanCredentials
- getRootInvocation() : XdrSorobanAuthorizedInvocation
- setCredentials() : void
- setRootInvocation() : void
- toBase64Xdr() : string
- toTxRep() : void
Properties
$credentials
public
XdrSorobanCredentials
$credentials
$rootInvocation
public
XdrSorobanAuthorizedInvocation
$rootInvocation
Methods
__construct()
public
__construct(XdrSorobanCredentials $credentials, XdrSorobanAuthorizedInvocation $rootInvocation) : mixed
Parameters
- $credentials : XdrSorobanCredentials
- $rootInvocation : XdrSorobanAuthorizedInvocation
decode()
public
static decode(XdrBuffer $xdr) : XdrSorobanAuthorizationEntry
Parameters
- $xdr : XdrBuffer
Return values
XdrSorobanAuthorizationEntryencode()
public
encode() : string
Return values
stringfromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
- $xdr : string
Return values
staticfromTxRep()
public
static fromTxRep(array<string|int, mixed> $map, string $prefix) : XdrSorobanAuthorizationEntry
Parameters
- $map : array<string|int, mixed>
- $prefix : string
Return values
XdrSorobanAuthorizationEntrygetCredentials()
public
getCredentials() : XdrSorobanCredentials
Return values
XdrSorobanCredentialsgetRootInvocation()
public
getRootInvocation() : XdrSorobanAuthorizedInvocation
Return values
XdrSorobanAuthorizedInvocationsetCredentials()
public
setCredentials(XdrSorobanCredentials $credentials) : void
Parameters
- $credentials : XdrSorobanCredentials
setRootInvocation()
public
setRootInvocation(XdrSorobanAuthorizedInvocation $rootInvocation) : void
Parameters
- $rootInvocation : XdrSorobanAuthorizedInvocation
toBase64Xdr()
public
toBase64Xdr() : string
Return values
stringtoTxRep()
public
toTxRep(string $prefix, array<string|int, mixed> &$lines) : void
Parameters
- $prefix : string
- $lines : array<string|int, mixed>