Umi — API References - v1.3.0
Preparing search index...
umi
RpcDataFilterMemcmp
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
memcmp
Properties
memcmp
memcmp
:
{
bytes
:
Uint8Array
;
offset
:
number
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
memcmp
Umi — API References - v1.3.0
Loading...
Defines a filter that selects accounts by comparing the given bytes at the given offset.