XYO Platform SDK - v3.10.6
    Preparing search index...

    Interface BoundWitnessOptionalFields

    interface BoundWitnessOptionalFields {
        block?: number;
        chain?: Lowercase<string>;
        root: Lowercase<string>;
    }

    Hierarchy

    Index

    Properties

    Properties

    block?: number

    sequential number (if this boundwitness is part of a multi-party chain)

    chain?: Lowercase<string>

    unique id of a multi-party chain (usually staking contract address)

    root: Lowercase<string>