XdrFeeBumpTransactionInnerTx
in package
Table of Contents
Properties
- $type : XdrEnvelopeType
- $v1 : XdrTransactionV1Envelope|null
Methods
- __construct() : mixed
- decode() : XdrFeeBumpTransactionInnerTx
- encode() : string
- fromBase64Xdr() : static
- fromTxRep() : XdrFeeBumpTransactionInnerTx
- getType() : XdrEnvelopeType
- getV1() : XdrTransactionV1Envelope|null
- setType() : void
- setV1() : void
- toBase64Xdr() : string
- toTxRep() : void
Properties
$type
public
XdrEnvelopeType
$type
$v1
public
XdrTransactionV1Envelope|null
$v1
= null
Methods
__construct()
public
__construct([XdrEnvelopeType|null $type = null ]) : mixed
Parameters
- $type : XdrEnvelopeType|null = null
decode()
public
static decode(XdrBuffer $xdr) : XdrFeeBumpTransactionInnerTx
Parameters
- $xdr : XdrBuffer
Return values
XdrFeeBumpTransactionInnerTxencode()
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) : XdrFeeBumpTransactionInnerTx
Parameters
- $map : array<string|int, mixed>
- $prefix : string
Return values
XdrFeeBumpTransactionInnerTxgetType()
public
getType() : XdrEnvelopeType
Return values
XdrEnvelopeTypegetV1()
public
getV1() : XdrTransactionV1Envelope|null
Return values
XdrTransactionV1Envelope|nullsetType()
public
setType(XdrEnvelopeType $type) : void
Parameters
- $type : XdrEnvelopeType
setV1()
public
setV1(XdrTransactionV1Envelope|null $v1) : void
Parameters
- $v1 : XdrTransactionV1Envelope|null
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>