XdrDecoratedSignature
in package
Table of Contents
Methods
- __construct() : mixed
- decode() : XdrDecoratedSignature
- encode() : string
- getHint() : string
- getRawSignature() : string
- Returns the raw 64 bytes representing the signature
- getSignature() : string
- getWithoutHintBase64() : string
- setHint() : void
- setSignature() : void
- toBase64() : string
Methods
__construct()
public
__construct(mixed $hint, mixed $signature) : mixed
Parameters
- $hint : mixed
- $signature : mixed
decode()
public
static decode(XdrBuffer $xdr) : XdrDecoratedSignature
Parameters
- $xdr : XdrBuffer
Return values
XdrDecoratedSignatureencode()
public
encode() : string
Tags
Return values
stringgetHint()
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