Interface IAccountsCommitRevealManualResponse

Return interface for the Wallet.accountsCommitRevealManual method.

interface IAccountsCommitRevealManualResponse {
    transactionIds: string[];
}

Properties

Properties

transactionIds: string[]

Generated using TypeDoc