Interface ConsensusEstimateGasRequest

EstimateGasRequest is a EstimateGas request.

interface ConsensusEstimateGasRequest {
    signer: Uint8Array;
    transaction: ConsensusTransaction;
}

Properties

Properties

signer: Uint8Array