Interface IAccountsCommitRevealResponse

Return interface for the Wallet.accountsCommitReveal method.

interface IAccountsCommitRevealResponse {
    transactionIds: string[];
}

Properties

Properties

transactionIds: string[]

Generated using TypeDoc