Interface IAccountsPskbSignResponse

Return interface for the Wallet.accountsPskbSign method.

interface IAccountsPskbSignResponse {
    pskb: string;
}

Properties

Properties

pskb: string

signed PSKB.

Generated using TypeDoc