Type alias MemcmpFilter

MemcmpFilter: {
    memcmp: {
        bytes: string;
        offset: number;
    };
}

Memory comparison filter for getProgramAccounts

Type declaration

  • memcmp: {
        bytes: string;
        offset: number;
    }
    • bytes: string

      data to match, as base-58 encoded string and limited to less than 129 bytes

    • offset: number

      offset into program account data to start comparison

Generated using TypeDoc