Interface IAccountsPskbBroadcastRequest

Argument interface for the Wallet.accountsPskbBroadcast method.

interface IAccountsPskbBroadcastRequest {
    accountId: string;
    pskb: string;
}

Properties

Properties

accountId: string
pskb: string

Generated using TypeDoc