Coda by Ian Macalinao
    Preparing search index...
    type MplTokenAuthRulesPluginAccounts = {
        frequencyAccount: ReturnType<typeof getFrequencyAccountCodec> & SelfFetchFunctions<
            FrequencyAccountArgs,
            FrequencyAccount,
        >;
    }
    Index

    Properties

    Properties

    frequencyAccount: ReturnType<typeof getFrequencyAccountCodec> & SelfFetchFunctions<
        FrequencyAccountArgs,
        FrequencyAccount,
    >