Interface SmartRollupPublishCommitment

interface SmartRollupPublishCommitment {
    compressed_state: string;
    inbox_level: number;
    number_of_ticks: string;
    predecessor: string;
}

Properties

compressed_state: string
inbox_level: number
number_of_ticks: string
predecessor: string

Generated using TypeDoc