Interface OperationContentsDalPublishCommitment

interface OperationContentsDalPublishCommitment {
    counter: string;
    fee: string;
    gas_limit: string;
    kind: DAL_PUBLISH_COMMITMENT;
    slot_header: {
        commitment: string;
        commitment_proof: string;
        slot_index: number;
    };
    source: string;
    storage_limit: string;
}

Properties

counter: string
fee: string
gas_limit: string
slot_header: {
    commitment: string;
    commitment_proof: string;
    slot_index: number;
}
source: string
storage_limit: string