Coda by Ian Macalinao
    Preparing search index...

    Interface QuarryOperatorPluginAccounts

    interface QuarryOperatorPluginAccounts {
        operator: BaseDecoder<Operator> & { fixedSize: number } & BaseEncoder<
            OperatorArgs,
        > & { fixedSize: number } & SelfFetchFunctions<OperatorArgs, Operator>;
    }
    Index

    Properties

    Properties

    operator: BaseDecoder<Operator> & { fixedSize: number } & BaseEncoder<
        OperatorArgs,
    > & { fixedSize: number } & SelfFetchFunctions<OperatorArgs, Operator>

    Type Declaration

    • ReadonlyfixedSize: number

      The fixed size of the encoded value in bytes.

    • ReadonlyfixedSize: number

      The fixed size of the encoded value in bytes.