Interface IAccountsPskbBroadcastResponse

Return interface for the Wallet.accountsPskbBroadcast method.

interface IAccountsPskbBroadcastResponse {
    transactionIds: string[];
}

Properties

Properties

transactionIds: string[]

Generated using TypeDoc