Interface IAccountsPskbSendResponse

Return interface for the Wallet.accountsPskbSend method.

interface IAccountsPskbSendResponse {
    transactionIds: string[];
}

Properties

Properties

transactionIds: string[]

Generated using TypeDoc