XdrDecoratedSignatureBase
Table of Contents
Properties
-
$hint
: string
-
$signature
: string
Methods
-
__construct()
: mixed
-
decode()
: static
-
encode()
: string
-
fromBase64Xdr()
: static
-
fromTxRep()
: static
-
getHint()
: string
-
getSignature()
: string
-
setHint()
: void
-
setSignature()
: void
-
toBase64Xdr()
: string
-
toTxRep()
: void
$hint
public
string
$hint
$signature
public
string
$signature
__construct()
public
__construct(string $hint, string $signature) : mixed
Parameters
-
$hint
: string
-
-
$signature
: string
-
decode()
public
static decode(XdrBuffer $xdr) : static
Parameters
-
$xdr
: XdrBuffer
-
encode()
public
encode() : string
fromBase64Xdr()
public
static fromBase64Xdr(string $xdr) : static
Parameters
-
$xdr
: string
-
fromTxRep()
public
static fromTxRep(array<string|int, mixed> $map, string $prefix) : static
Parameters
-
$map
: array<string|int, mixed>
-
-
$prefix
: string
-
getHint()
public
getHint() : string
getSignature()
public
getSignature() : string
setHint()
public
setHint(string $hint) : void
Parameters
-
$hint
: string
-
setSignature()
public
setSignature(string $signature) : void
Parameters
-
$signature
: string
-
toBase64Xdr()
public
toBase64Xdr() : string
toTxRep()
public
toTxRep(string $prefix, array<string|int, mixed> &$lines) : void
Parameters
-
$prefix
: string
-
-
$lines
: array<string|int, mixed>
-