@caravan/sdk API - v0.0.0
    Preparing search index...

    Interface DeployBondInput

    interface DeployBondInput {
        chainId: number;
        manifestHash: `0x${string}`;
        participants: readonly BondParticipant[];
        token: `0x${string}`;
    }
    Index
    chainId: number
    manifestHash: `0x${string}`
    participants: readonly BondParticipant[]
    token: `0x${string}`