XdrTransactionEnvelope
extends XdrTransactionEnvelopeBase
in package
Table of Contents
Properties
- $feeBump : XdrFeeBumpTransactionEnvelope|null
- $type : XdrEnvelopeType
- $v0 : XdrTransactionV0Envelope|null
- $v1 : XdrTransactionV1Envelope|null
Methods
- __construct() : mixed
- decode() : static
- encode() : string
- fromBase64Xdr() : static
- fromEnvelopeBase64XdrString() : XdrTransactionEnvelope
- fromTxRep() : static
- getFeeBump() : XdrFeeBumpTransactionEnvelope|null
- getType() : XdrEnvelopeType
- getV0() : XdrTransactionV0Envelope|null
- getV1() : XdrTransactionV1Envelope|null
- setFeeBump() : void
- setType() : void
- setV0() : void
- setV1() : void
- toBase64Xdr() : string
- toTxRep() : void
Properties
$feeBump
public
XdrFeeBumpTransactionEnvelope|null
$feeBump
= null
$type
public
XdrEnvelopeType
$type
$v0
public
XdrTransactionV0Envelope|null
$v0
= null
$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) : static
Parameters
- $xdr : XdrBuffer
Return values
staticencode()
public
encode() : string
Return values
stringfromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
- $xdr : string
Return values
staticfromEnvelopeBase64XdrString()
public
static fromEnvelopeBase64XdrString(string $envelope) : XdrTransactionEnvelope
Parameters
- $envelope : string
Return values
XdrTransactionEnvelopefromTxRep()
public
static fromTxRep(array<string|int, mixed> $map, string $prefix) : static
Parameters
- $map : array<string|int, mixed>
- $prefix : string
Return values
staticgetFeeBump()
public
getFeeBump() : XdrFeeBumpTransactionEnvelope|null
Return values
XdrFeeBumpTransactionEnvelope|nullgetType()
public
getType() : XdrEnvelopeType
Return values
XdrEnvelopeTypegetV0()
public
getV0() : XdrTransactionV0Envelope|null
Return values
XdrTransactionV0Envelope|nullgetV1()
public
getV1() : XdrTransactionV1Envelope|null
Return values
XdrTransactionV1Envelope|nullsetFeeBump()
public
setFeeBump(XdrFeeBumpTransactionEnvelope|null $feeBump) : void
Parameters
- $feeBump : XdrFeeBumpTransactionEnvelope|null
setType()
public
setType(XdrEnvelopeType $type) : void
Parameters
- $type : XdrEnvelopeType
setV0()
public
setV0(XdrTransactionV0Envelope|null $v0) : void
Parameters
- $v0 : XdrTransactionV0Envelope|null
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>