Coda by Ian Macalinao
    Preparing search index...

    Type Alias DelegateSetRewardsShareInstructionDataArgs

    type DelegateSetRewardsShareInstructionDataArgs = {
        newShare: number | bigint;
    }
    Index
    newShare: number | bigint