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

Hierarchy

Properties

Properties

block?: Lowercase<string>

sequential number (if this boundwitness is part of a multi-party chain) zero padded to 32 characters

chain?: Lowercase<string>

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

root: Lowercase<string>