Coda by Ian Macalinao
    Preparing search index...

    Type Alias SetVoteInstructionDataArgs

    type SetVoteInstructionDataArgs = {
        side: number;
        weight: number | bigint;
    }
    Index
    side: number
    weight: number | bigint