XdrTransactionResultMetaV1
in package
Table of Contents
Properties
- $ext : XdrExtensionPoint
- $feeProcessing : array<string|int, mixed>
- $postTxApplyFeeProcessing : array<string|int, mixed>
- $result : XdrTransactionResultPair
- $txApplyProcessing : XdrTransactionMeta
Methods
- __construct() : mixed
- decode() : XdrTransactionResultMetaV1
- encode() : string
- fromBase64Xdr() : static
- fromJson() : static
- fromJsonValue() : static
- getExt() : XdrExtensionPoint
- getFeeProcessing() : array<string|int, mixed>
- getPostTxApplyFeeProcessing() : array<string|int, mixed>
- getResult() : XdrTransactionResultPair
- getTxApplyProcessing() : XdrTransactionMeta
- setExt() : void
- setFeeProcessing() : void
- setPostTxApplyFeeProcessing() : void
- setResult() : void
- setTxApplyProcessing() : void
- toBase64Xdr() : string
- toJson() : string
- toJsonValue() : array<string|int, mixed>
Properties
$ext
public
XdrExtensionPoint
$ext
$feeProcessing
public
array<string|int, mixed>
$feeProcessing
$postTxApplyFeeProcessing
public
array<string|int, mixed>
$postTxApplyFeeProcessing
$result
public
XdrTransactionResultPair
$result
$txApplyProcessing
public
XdrTransactionMeta
$txApplyProcessing
Methods
__construct()
public
__construct(XdrExtensionPoint $ext, XdrTransactionResultPair $result, array<string|int, mixed> $feeProcessing, XdrTransactionMeta $txApplyProcessing, array<string|int, mixed> $postTxApplyFeeProcessing) : mixed
Parameters
- $ext : XdrExtensionPoint
- $result : XdrTransactionResultPair
- $feeProcessing : array<string|int, mixed>
- $txApplyProcessing : XdrTransactionMeta
- $postTxApplyFeeProcessing : array<string|int, mixed>
decode()
public
static decode(XdrBuffer $xdr) : XdrTransactionResultMetaV1
Parameters
- $xdr : XdrBuffer
Return values
XdrTransactionResultMetaV1encode()
public
encode() : string
Return values
stringfromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
- $xdr : string
Return values
staticfromJson()
public
static fromJson(string $json) : static
Parameters
- $json : string
Tags
Return values
staticfromJsonValue()
public
static fromJsonValue(mixed $value) : static
Parameters
- $value : mixed
Return values
staticgetExt()
public
getExt() : XdrExtensionPoint
Return values
XdrExtensionPointgetFeeProcessing()
public
getFeeProcessing() : array<string|int, mixed>
Return values
array<string|int, mixed>getPostTxApplyFeeProcessing()
public
getPostTxApplyFeeProcessing() : array<string|int, mixed>
Return values
array<string|int, mixed>getResult()
public
getResult() : XdrTransactionResultPair
Return values
XdrTransactionResultPairgetTxApplyProcessing()
public
getTxApplyProcessing() : XdrTransactionMeta
Return values
XdrTransactionMetasetExt()
public
setExt(XdrExtensionPoint $ext) : void
Parameters
- $ext : XdrExtensionPoint
setFeeProcessing()
public
setFeeProcessing(array<string|int, mixed> $feeProcessing) : void
Parameters
- $feeProcessing : array<string|int, mixed>
setPostTxApplyFeeProcessing()
public
setPostTxApplyFeeProcessing(array<string|int, mixed> $postTxApplyFeeProcessing) : void
Parameters
- $postTxApplyFeeProcessing : array<string|int, mixed>
setResult()
public
setResult(XdrTransactionResultPair $result) : void
Parameters
- $result : XdrTransactionResultPair
setTxApplyProcessing()
public
setTxApplyProcessing(XdrTransactionMeta $txApplyProcessing) : void
Parameters
- $txApplyProcessing : XdrTransactionMeta
toBase64Xdr()
public
toBase64Xdr() : string
Return values
stringtoJson()
public
toJson() : string
Tags
Return values
stringtoJsonValue()
public
toJsonValue() : array<string|int, mixed>