Stellar PHP SDK API Documentation

XdrCreateAccountOperation
in package

Table of Contents

Properties

$destination  : XdrAccountID
$startingBalance  : BigInteger

Methods

__construct()  : mixed
decode()  : XdrCreateAccountOperation
encode()  : string
fromBase64Xdr()  : static
fromTxRep()  : XdrCreateAccountOperation
getDestination()  : XdrAccountID
getStartingBalance()  : BigInteger
setDestination()  : void
setStartingBalance()  : void
toBase64Xdr()  : string
toTxRep()  : void

Properties

Methods

fromBase64Xdr()

public static fromBase64Xdr(string $xdr) : static
Parameters
$xdr : string
Return values
static

setStartingBalance()

public setStartingBalance(BigInteger $startingBalance) : void
Parameters
$startingBalance : BigInteger

toTxRep()

public toTxRep(string $prefix, array<string|int, mixed> &$lines) : void
Parameters
$prefix : string
$lines : array<string|int, mixed>

        
On this page

Search results