Umi — API References - v1.3.0
    Preparing search index...

    Type Alias RpcDataFilterMemcmp

    Defines a filter that selects accounts by comparing the given bytes at the given offset.

    type RpcDataFilterMemcmp = {
        memcmp: { bytes: Uint8Array; offset: number };
    }
    Index

    Properties

    Properties

    memcmp: { bytes: Uint8Array; offset: number }