Coda by Ian Macalinao
    Preparing search index...

    Interface SetVoteInstructionDataArgs

    interface SetVoteInstructionDataArgs {
        side: number;
        weight: number | bigint;
    }
    Index

    Properties

    Properties

    side: number
    weight: number | bigint