Interface OperationContentsAndResultSmartRollupAddMessages

interface OperationContentsAndResultSmartRollupAddMessages {
    counter: string;
    fee: string;
    gas_limit: string;
    kind: SMART_ROLLUP_ADD_MESSAGES;
    message: string[];
    metadata: OperationContentsAndResultMetadataSmartRollupAddMessages;
    source: string;
    storage_limit: string;
}

Properties

counter: string
fee: string
gas_limit: string
message: string[]
source: string
storage_limit: string

Generated using TypeDoc