Coda by Ian Macalinao
    Preparing search index...

    Interface LockWithWhitelistInstructionDataArgs

    interface LockWithWhitelistInstructionDataArgs {
        amount: number | bigint;
        duration: number | bigint;
    }
    Index

    Properties

    Properties

    amount: number | bigint
    duration: number | bigint