Documentation
    Preparing search index...

    Interface TezosDalPublishCommitmentOperation

    interface TezosDalPublishCommitmentOperation {
        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;
    }
    Index

    Properties

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