Coda by Ian Macalinao
    Preparing search index...

    Type Alias LockedVoterPluginAccounts

    type LockedVoterPluginAccounts = {
        escrow: ReturnType<typeof getEscrowCodec> & SelfFetchFunctions<
            EscrowArgs,
            Escrow,
        >;
        locker: ReturnType<typeof getLockerCodec> & SelfFetchFunctions<
            LockerArgs,
            Locker,
        >;
        lockerWhitelistEntry: ReturnType<typeof getLockerWhitelistEntryCodec> & SelfFetchFunctions<
            LockerWhitelistEntryArgs,
            LockerWhitelistEntry,
        >;
    }
    Index
    escrow: ReturnType<typeof getEscrowCodec> & SelfFetchFunctions<
        EscrowArgs,
        Escrow,
    >
    locker: ReturnType<typeof getLockerCodec> & SelfFetchFunctions<
        LockerArgs,
        Locker,
    >
    lockerWhitelistEntry: ReturnType<typeof getLockerWhitelistEntryCodec> & SelfFetchFunctions<
        LockerWhitelistEntryArgs,
        LockerWhitelistEntry,
    >