XdrRevokeSponsorshipSigner
in package
Table of Contents
Properties
Methods
- __construct() : mixed
- decode() : XdrRevokeSponsorshipSigner
- encode() : string
- fromBase64Xdr() : static
- fromTxRep() : XdrRevokeSponsorshipSigner
- getAccountId() : XdrAccountID
- getSignerKey() : XdrSignerKey
- setAccountId() : void
- setSignerKey() : void
- toBase64Xdr() : string
- toTxRep() : void
Properties
$accountId
public
XdrAccountID
$accountId
$signerKey
public
XdrSignerKey
$signerKey
Methods
__construct()
public
__construct(XdrAccountID $accountId, XdrSignerKey $signerKey) : mixed
Parameters
- $accountId : XdrAccountID
- $signerKey : XdrSignerKey
decode()
public
static decode(XdrBuffer $xdr) : XdrRevokeSponsorshipSigner
Parameters
- $xdr : XdrBuffer
Return values
XdrRevokeSponsorshipSignerencode()
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) : XdrRevokeSponsorshipSigner
Parameters
- $map : array<string|int, mixed>
- $prefix : string
Return values
XdrRevokeSponsorshipSignergetAccountId()
public
getAccountId() : XdrAccountID
Return values
XdrAccountIDgetSignerKey()
public
getSignerKey() : XdrSignerKey
Return values
XdrSignerKeysetAccountId()
public
setAccountId(XdrAccountID $accountId) : void
Parameters
- $accountId : XdrAccountID
setSignerKey()
public
setSignerKey(XdrSignerKey $signerKey) : void
Parameters
- $signerKey : XdrSignerKey
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>