Stellar PHP SDK API Documentation

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

getRawSignature()

Returns the raw 64 bytes representing the signature

public getRawSignature() : string

This does not include the hint

Return values
string

setSignature()

public setSignature(string $signature) : void
Parameters
$signature : string

        
On this page

Search results