Interface IAccountsTransferResponse

Return interface for the Wallet.accountsTransfer method.

interface IAccountsTransferResponse {
    generatorSummary: GeneratorSummary;
    transactionIds: string[];
}

Properties

generatorSummary: GeneratorSummary
transactionIds: string[]

Generated using TypeDoc