Preparing search index...
The search index is not available
@sentio/sdk
@sentio/sdk
move
CallFilter
Interface CallFilter
interface
CallFilter
{
fromAndToAddress
?:
{
from
:
string
;
to
:
string
}
;
includeFailed
?:
boolean
;
publicKeyPrefix
?:
string
;
typeArguments
?:
string
[]
;
}
Hierarchy (
View Summary
)
TransactionFilter
CallFilter
FunctionNameAndCallFilter
Index
Properties
from
And
To
Address?
include
Failed?
public
Key
Prefix?
type
Arguments?
Properties
Optional
from
And
To
Address
fromAndToAddress
?:
{
from
:
string
;
to
:
string
}
Optional
include
Failed
includeFailed
?:
boolean
Optional
public
Key
Prefix
publicKeyPrefix
?:
string
Optional
type
Arguments
typeArguments
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
from
And
To
Address
include
Failed
public
Key
Prefix
type
Arguments
@sentio/sdk
Loading...