Interface OperationContentsSmartRollupRecoverBond

interface OperationContentsSmartRollupRecoverBond {
    counter: string;
    fee: string;
    gas_limit: string;
    kind: SMART_ROLLUP_RECOVER_BOND;
    rollup: string;
    source: string;
    staker: string;
    storage_limit: string;
}

Properties

counter: string
fee: string
gas_limit: string
rollup: string
source: string
staker: string
storage_limit: string

Generated using TypeDoc