Coda by Ian Macalinao
    Preparing search index...

    Interface SetVoteDelegateInstructionData

    interface SetVoteDelegateInstructionData {
        discriminator: ReadonlyUint8Array;
        newDelegate: Address;
    }
    Index

    Properties

    discriminator: ReadonlyUint8Array
    newDelegate: Address