Interface IAccountsEstimateResponse

Return interface for the Wallet.accountsEstimate method.

interface IAccountsEstimateResponse {
    generatorSummary: GeneratorSummary;
}

Properties

Properties

generatorSummary: GeneratorSummary

Generated using TypeDoc