Interface EstimationProvider

interface EstimationProvider {
    batch(params): Promise<Estimate[]>;
    contractCall(contractMethod): Promise<Estimate>;
    increasePaidStorage(params): Promise<Estimate>;
    originate(params): Promise<Estimate>;
    registerDelegate(params?): Promise<Estimate>;
    registerGlobalConstant(params): Promise<Estimate>;
    reveal(params?): Promise<undefined | Estimate>;
    setDelegate(params): Promise<Estimate>;
    smartRollupAddMessages(params): Promise<Estimate>;
    smartRollupExecuteOutboxMessage(params): Promise<Estimate>;
    smartRollupOriginate(params): Promise<Estimate>;
    transfer(Estimate): Promise<Estimate>;
    transferTicket(Estimate): Promise<Estimate>;
    updateConsensusKey(params): Promise<Estimate>;
}

Implemented by

Methods

Generated using TypeDoc