XdrDecoratedSignature
extends XdrDecoratedSignatureBase
in package
Table of Contents
Properties
- $hint : string
- $signature : string
Methods
- __construct() : mixed
- decode() : static
- encode() : string
- fromBase64Xdr() : static
- fromTxRep() : static
- getHint() : string
- getRawSignature() : string
- Returns the raw 64 bytes representing the signature
- getSignature() : string
- getWithoutHintBase64() : string
- setHint() : void
- setSignature() : void
- toBase64() : string
- toBase64Xdr() : string
- toTxRep() : void
Properties
$hint
public
string
$hint
$signature
public
string
$signature
Methods
__construct()
public
__construct(string $hint, string $signature) : mixed
Parameters
- $hint : string
- $signature : string
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
staticfromTxRep()
public
static fromTxRep(array<string|int, mixed> $map, string $prefix) : static
Parameters
- $map : array<string|int, mixed>
- $prefix : string
Return values
staticgetHint()
public
getHint() : string
Return values
stringgetRawSignature()
Returns the raw 64 bytes representing the signature
public
getRawSignature() : string
This does not include the hint
Return values
stringgetSignature()
public
getSignature() : string
Return values
stringgetWithoutHintBase64()
public
getWithoutHintBase64() : string
Return values
stringsetHint()
public
setHint(string $hint) : void
Parameters
- $hint : string
setSignature()
public
setSignature(string $signature) : void
Parameters
- $signature : string
toBase64()
public
toBase64() : string
Return values
stringtoBase64Xdr()
public
toBase64Xdr() : string
Return values
stringtoTxRep()
public
toTxRep(string $prefix, array<string|int, mixed> &$lines) : void
Parameters
- $prefix : string
- $lines : array<string|int, mixed>