Interface IAccountsDiscoveryResponse

Return interface for the Wallet.accountsDiscovery method.

interface IAccountsDiscoveryResponse {
    lastAccountIndexFound: number;
}

Properties

lastAccountIndexFound: number

Generated using TypeDoc