@sentio/sdk
Preparing search index...
.
AccountConfig
Variable AccountConfig
AccountConfig
:
{
create
(
base
?:
{
address
?:
string
;
chainId
?:
string
;
endBlock
?:
bigint
;
intervalConfigs
?:
{
fetchConfig
?:
{
block
?:
boolean
;
trace
?:
boolean
;
transaction
?:
boolean
;
transactionReceipt
?:
boolean
;
transactionReceiptLogs
?:
boolean
;
}
;
handlerId
?:
number
;
handlerName
?:
string
;
minutes
?:
number
;
minutesInterval
?:
{
backfillInterval
?:
number
;
recentInterval
?:
number
}
;
slot
?:
number
;
slotInterval
?:
{
backfillInterval
?:
number
;
recentInterval
?:
number
}
;
}
[]
;
logConfigs
?:
{
fetchConfig
?:
{
block
?:
boolean
;
trace
?:
boolean
;
transaction
?:
boolean
;
transactionReceipt
?:
boolean
;
transactionReceiptLogs
?:
boolean
;
}
;
filters
?:
{
address
?:
string
;
addressType
?:
AddressType
;
topics
?:
(...)
[]
;
}
[]
;
handlerId
?:
number
;
handlerName
?:
string
;
}
[]
;
moveCallConfigs
?:
{
fetchConfig
?:
{
allEvents
?:
boolean
;
includeFailedTransaction
?:
boolean
;
inputs
?:
boolean
;
resourceChanges
?:
boolean
;
resourceConfig
?:
{
moveTypePrefix
?:
(...)
|
(...)
}
;
supportMultisigFunc
?:
boolean
;
}
;
filters
?:
{
fromAndToAddress
?:
{
from
?:
...
;
to
?:
...
}
;
function
?:
string
;
includeFailed
?:
boolean
;
publicKeyPrefix
?:
string
;
typeArguments
?:
(...)
[]
;
withTypeArguments
?:
boolean
;
}
[]
;
handlerId
?:
number
;
handlerName
?:
string
;
}
[]
;
moveIntervalConfigs
?:
{
fetchConfig
?:
{
allEvents
?:
boolean
;
includeFailedTransaction
?:
boolean
;
inputs
?:
boolean
;
resourceChanges
?:
boolean
;
resourceConfig
?:
{
moveTypePrefix
?:
(...)
|
(...)
}
;
supportMultisigFunc
?:
boolean
;
}
;
intervalConfig
?:
{
fetchConfig
?:
{
block
?:
(...)
|
(...)
|
(...)
;
trace
?:
(...)
|
(...)
|
(...)
;
transaction
?:
(...)
|
(...)
|
(...)
;
transactionReceipt
?:
(...)
|
(...)
|
(...)
;
transactionReceiptLogs
?:
(...)
|
(...)
|
(...)
;
}
;
handlerId
?:
number
;
handlerName
?:
string
;
minutes
?:
number
;
minutesInterval
?:
{
backfillInterval
?:
(...)
|
(...)
;
recentInterval
?:
(...)
|
(...)
;
}
;
slot
?:
number
;
slotInterval
?:
{
backfillInterval
?:
(...)
|
(...)
;
recentInterval
?:
(...)
|
(...)
;
}
;
}
;
ownerType
?:
MoveOwnerType
;
resourceFetchConfig
?:
{
owned
?:
boolean
}
;
type
?:
string
;
}
[]
;
moveResourceChangeConfigs
?:
{
handlerId
?:
number
;
handlerName
?:
string
;
includeDeleted
?:
boolean
;
type
?:
string
;
}
[]
;
startBlock
?:
bigint
;
}
,
)
:
AccountConfig
;
decode
(
input
:
Uint8Array
<
ArrayBufferLike
>
|
Reader
,
length
?:
number
,
)
:
AccountConfig
;
encode
(
message
:
AccountConfig
,
writer
?:
Writer
)
:
Writer
;
fromJSON
(
object
:
any
)
:
AccountConfig
;
fromPartial
(
object
:
{
address
?:
string
;
chainId
?:
string
;
endBlock
?:
bigint
;
intervalConfigs
?:
{
fetchConfig
?:
{
block
?:
boolean
;
trace
?:
boolean
;
transaction
?:
boolean
;
transactionReceipt
?:
boolean
;
transactionReceiptLogs
?:
boolean
;
}
;
handlerId
?:
number
;
handlerName
?:
string
;
minutes
?:
number
;
minutesInterval
?:
{
backfillInterval
?:
number
;
recentInterval
?:
number
}
;
slot
?:
number
;
slotInterval
?:
{
backfillInterval
?:
number
;
recentInterval
?:
number
}
;
}
[]
;
logConfigs
?:
{
fetchConfig
?:
{
block
?:
boolean
;
trace
?:
boolean
;
transaction
?:
boolean
;
transactionReceipt
?:
boolean
;
transactionReceiptLogs
?:
boolean
;
}
;
filters
?:
{
address
?:
string
;
addressType
?:
AddressType
;
topics
?:
{
hashes
?:
...
}
[]
;
}
[]
;
handlerId
?:
number
;
handlerName
?:
string
;
}
[]
;
moveCallConfigs
?:
{
fetchConfig
?:
{
allEvents
?:
boolean
;
includeFailedTransaction
?:
boolean
;
inputs
?:
boolean
;
resourceChanges
?:
boolean
;
resourceConfig
?:
{
moveTypePrefix
?:
string
}
;
supportMultisigFunc
?:
boolean
;
}
;
filters
?:
{
fromAndToAddress
?:
{
from
?:
(...)
|
(...)
;
to
?:
(...)
|
(...)
}
;
function
?:
string
;
includeFailed
?:
boolean
;
publicKeyPrefix
?:
string
;
typeArguments
?:
string
[]
;
withTypeArguments
?:
boolean
;
}
[]
;
handlerId
?:
number
;
handlerName
?:
string
;
}
[]
;
moveIntervalConfigs
?:
{
fetchConfig
?:
{
allEvents
?:
boolean
;
includeFailedTransaction
?:
boolean
;
inputs
?:
boolean
;
resourceChanges
?:
boolean
;
resourceConfig
?:
{
moveTypePrefix
?:
string
}
;
supportMultisigFunc
?:
boolean
;
}
;
intervalConfig
?:
{
fetchConfig
?:
{
block
?:
boolean
;
trace
?:
boolean
;
transaction
?:
boolean
;
transactionReceipt
?:
boolean
;
transactionReceiptLogs
?:
boolean
;
}
;
handlerId
?:
number
;
handlerName
?:
string
;
minutes
?:
number
;
minutesInterval
?:
{
backfillInterval
?:
number
;
recentInterval
?:
number
;
}
;
slot
?:
number
;
slotInterval
?:
{
backfillInterval
?:
number
;
recentInterval
?:
number
}
;
}
;
ownerType
?:
MoveOwnerType
;
resourceFetchConfig
?:
{
owned
?:
boolean
}
;
type
?:
string
;
}
[]
;
moveResourceChangeConfigs
?:
{
handlerId
?:
number
;
handlerName
?:
string
;
includeDeleted
?:
boolean
;
type
?:
string
;
}
[]
;
startBlock
?:
bigint
;
}
,
)
:
AccountConfig
;
toJSON
(
message
:
AccountConfig
)
:
unknown
;
}
Type Declaration
create
:
function
create
(
base
?:
{
address
?:
string
;
chainId
?:
string
;
endBlock
?:
bigint
;
intervalConfigs
?:
{
fetchConfig
?:
{
block
?:
boolean
;
trace
?:
boolean
;
transaction
?:
boolean
;
transactionReceipt
?:
boolean
;
transactionReceiptLogs
?:
boolean
;
}
;
handlerId
?:
number
;
handlerName
?:
string
;
minutes
?:
number
;
minutesInterval
?:
{
backfillInterval
?:
number
;
recentInterval
?:
number
}
;
slot
?:
number
;
slotInterval
?:
{
backfillInterval
?:
number
;
recentInterval
?:
number
}
;
}
[]
;
logConfigs
?:
{
fetchConfig
?:
{
block
?:
boolean
;
trace
?:
boolean
;
transaction
?:
boolean
;
transactionReceipt
?:
boolean
;
transactionReceiptLogs
?:
boolean
;
}
;
filters
?:
{
address
?:
string
;
addressType
?:
AddressType
;
topics
?:
(...)
[]
;
}
[]
;
handlerId
?:
number
;
handlerName
?:
string
;
}
[]
;
moveCallConfigs
?:
{
fetchConfig
?:
{
allEvents
?:
boolean
;
includeFailedTransaction
?:
boolean
;
inputs
?:
boolean
;
resourceChanges
?:
boolean
;
resourceConfig
?:
{
moveTypePrefix
?:
(...)
|
(...)
}
;
supportMultisigFunc
?:
boolean
;
}
;
filters
?:
{
fromAndToAddress
?:
{
from
?:
...
;
to
?:
...
}
;
function
?:
string
;
includeFailed
?:
boolean
;
publicKeyPrefix
?:
string
;
typeArguments
?:
(...)
[]
;
withTypeArguments
?:
boolean
;
}
[]
;
handlerId
?:
number
;
handlerName
?:
string
;
}
[]
;
moveIntervalConfigs
?:
{
fetchConfig
?:
{
allEvents
?:
boolean
;
includeFailedTransaction
?:
boolean
;
inputs
?:
boolean
;
resourceChanges
?:
boolean
;
resourceConfig
?:
{
moveTypePrefix
?:
(...)
|
(...)
}
;
supportMultisigFunc
?:
boolean
;
}
;
intervalConfig
?:
{
fetchConfig
?:
{
block
?:
(...)
|
(...)
|
(...)
;
trace
?:
(...)
|
(...)
|
(...)
;
transaction
?:
(...)
|
(...)
|
(...)
;
transactionReceipt
?:
(...)
|
(...)
|
(...)
;
transactionReceiptLogs
?:
(...)
|
(...)
|
(...)
;
}
;
handlerId
?:
number
;
handlerName
?:
string
;
minutes
?:
number
;
minutesInterval
?:
{
backfillInterval
?:
(...)
|
(...)
;
recentInterval
?:
(...)
|
(...)
;
}
;
slot
?:
number
;
slotInterval
?:
{
backfillInterval
?:
(...)
|
(...)
;
recentInterval
?:
(...)
|
(...)
;
}
;
}
;
ownerType
?:
MoveOwnerType
;
resourceFetchConfig
?:
{
owned
?:
boolean
}
;
type
?:
string
;
}
[]
;
moveResourceChangeConfigs
?:
{
handlerId
?:
number
;
handlerName
?:
string
;
includeDeleted
?:
boolean
;
type
?:
string
;
}
[]
;
startBlock
?:
bigint
;
}
,
)
:
AccountConfig
Parameters
Optional
base
:
{
address
?:
string
;
chainId
?:
string
;
endBlock
?:
bigint
;
intervalConfigs
?:
{
fetchConfig
?:
{
block
?:
boolean
;
trace
?:
boolean
;
transaction
?:
boolean
;
transactionReceipt
?:
boolean
;
transactionReceiptLogs
?:
boolean
;
}
;
handlerId
?:
number
;
handlerName
?:
string
;
minutes
?:
number
;
minutesInterval
?:
{
backfillInterval
?:
number
;
recentInterval
?:
number
}
;
slot
?:
number
;
slotInterval
?:
{
backfillInterval
?:
number
;
recentInterval
?:
number
}
;
}
[]
;
logConfigs
?:
{
fetchConfig
?:
{
block
?:
boolean
;
trace
?:
boolean
;
transaction
?:
boolean
;
transactionReceipt
?:
boolean
;
transactionReceiptLogs
?:
boolean
;
}
;
filters
?:
{
address
?:
string
;
addressType
?:
AddressType
;
topics
?:
(...)
[]
;
}
[]
;
handlerId
?:
number
;
handlerName
?:
string
;
}
[]
;
moveCallConfigs
?:
{
fetchConfig
?:
{
allEvents
?:
boolean
;
includeFailedTransaction
?:
boolean
;
inputs
?:
boolean
;
resourceChanges
?:
boolean
;
resourceConfig
?:
{
moveTypePrefix
?:
(...)
|
(...)
}
;
supportMultisigFunc
?:
boolean
;
}
;
filters
?:
{
fromAndToAddress
?:
{
from
?:
...
;
to
?:
...
}
;
function
?:
string
;
includeFailed
?:
boolean
;
publicKeyPrefix
?:
string
;
typeArguments
?:
(...)
[]
;
withTypeArguments
?:
boolean
;
}
[]
;
handlerId
?:
number
;
handlerName
?:
string
;
}
[]
;
moveIntervalConfigs
?:
{
fetchConfig
?:
{
allEvents
?:
boolean
;
includeFailedTransaction
?:
boolean
;
inputs
?:
boolean
;
resourceChanges
?:
boolean
;
resourceConfig
?:
{
moveTypePrefix
?:
(...)
|
(...)
}
;
supportMultisigFunc
?:
boolean
;
}
;
intervalConfig
?:
{
fetchConfig
?:
{
block
?:
(...)
|
(...)
|
(...)
;
trace
?:
(...)
|
(...)
|
(...)
;
transaction
?:
(...)
|
(...)
|
(...)
;
transactionReceipt
?:
(...)
|
(...)
|
(...)
;
transactionReceiptLogs
?:
(...)
|
(...)
|
(...)
;
}
;
handlerId
?:
number
;
handlerName
?:
string
;
minutes
?:
number
;
minutesInterval
?:
{
backfillInterval
?:
(...)
|
(...)
;
recentInterval
?:
(...)
|
(...)
;
}
;
slot
?:
number
;
slotInterval
?:
{
backfillInterval
?:
(...)
|
(...)
;
recentInterval
?:
(...)
|
(...)
;
}
;
}
;
ownerType
?:
MoveOwnerType
;
resourceFetchConfig
?:
{
owned
?:
boolean
}
;
type
?:
string
;
}
[]
;
moveResourceChangeConfigs
?:
{
handlerId
?:
number
;
handlerName
?:
string
;
includeDeleted
?:
boolean
;
type
?:
string
;
}
[]
;
startBlock
?:
bigint
;
}
Returns
AccountConfig
decode
:
function
decode
(
input
:
Uint8Array
<
ArrayBufferLike
>
|
Reader
,
length
?:
number
,
)
:
AccountConfig
Parameters
input
:
Uint8Array
<
ArrayBufferLike
>
|
Reader
Optional
length
:
number
Returns
AccountConfig
encode
:
function
encode
(
message
:
AccountConfig
,
writer
?:
Writer
)
:
Writer
Parameters
message
:
AccountConfig
Optional
writer
:
Writer
Returns
Writer
fromJSON
:
function
fromJSON
(
object
:
any
)
:
AccountConfig
Parameters
object
:
any
Returns
AccountConfig
fromPartial
:
function
fromPartial
(
object
:
{
address
?:
string
;
chainId
?:
string
;
endBlock
?:
bigint
;
intervalConfigs
?:
{
fetchConfig
?:
{
block
?:
boolean
;
trace
?:
boolean
;
transaction
?:
boolean
;
transactionReceipt
?:
boolean
;
transactionReceiptLogs
?:
boolean
;
}
;
handlerId
?:
number
;
handlerName
?:
string
;
minutes
?:
number
;
minutesInterval
?:
{
backfillInterval
?:
number
;
recentInterval
?:
number
}
;
slot
?:
number
;
slotInterval
?:
{
backfillInterval
?:
number
;
recentInterval
?:
number
}
;
}
[]
;
logConfigs
?:
{
fetchConfig
?:
{
block
?:
boolean
;
trace
?:
boolean
;
transaction
?:
boolean
;
transactionReceipt
?:
boolean
;
transactionReceiptLogs
?:
boolean
;
}
;
filters
?:
{
address
?:
string
;
addressType
?:
AddressType
;
topics
?:
{
hashes
?:
...
}
[]
;
}
[]
;
handlerId
?:
number
;
handlerName
?:
string
;
}
[]
;
moveCallConfigs
?:
{
fetchConfig
?:
{
allEvents
?:
boolean
;
includeFailedTransaction
?:
boolean
;
inputs
?:
boolean
;
resourceChanges
?:
boolean
;
resourceConfig
?:
{
moveTypePrefix
?:
string
}
;
supportMultisigFunc
?:
boolean
;
}
;
filters
?:
{
fromAndToAddress
?:
{
from
?:
(...)
|
(...)
;
to
?:
(...)
|
(...)
}
;
function
?:
string
;
includeFailed
?:
boolean
;
publicKeyPrefix
?:
string
;
typeArguments
?:
string
[]
;
withTypeArguments
?:
boolean
;
}
[]
;
handlerId
?:
number
;
handlerName
?:
string
;
}
[]
;
moveIntervalConfigs
?:
{
fetchConfig
?:
{
allEvents
?:
boolean
;
includeFailedTransaction
?:
boolean
;
inputs
?:
boolean
;
resourceChanges
?:
boolean
;
resourceConfig
?:
{
moveTypePrefix
?:
string
}
;
supportMultisigFunc
?:
boolean
;
}
;
intervalConfig
?:
{
fetchConfig
?:
{
block
?:
boolean
;
trace
?:
boolean
;
transaction
?:
boolean
;
transactionReceipt
?:
boolean
;
transactionReceiptLogs
?:
boolean
;
}
;
handlerId
?:
number
;
handlerName
?:
string
;
minutes
?:
number
;
minutesInterval
?:
{
backfillInterval
?:
number
;
recentInterval
?:
number
}
;
slot
?:
number
;
slotInterval
?:
{
backfillInterval
?:
number
;
recentInterval
?:
number
}
;
}
;
ownerType
?:
MoveOwnerType
;
resourceFetchConfig
?:
{
owned
?:
boolean
}
;
type
?:
string
;
}
[]
;
moveResourceChangeConfigs
?:
{
handlerId
?:
number
;
handlerName
?:
string
;
includeDeleted
?:
boolean
;
type
?:
string
;
}
[]
;
startBlock
?:
bigint
;
}
,
)
:
AccountConfig
Parameters
object
:
{
address
?:
string
;
chainId
?:
string
;
endBlock
?:
bigint
;
intervalConfigs
?:
{
fetchConfig
?:
{
block
?:
boolean
;
trace
?:
boolean
;
transaction
?:
boolean
;
transactionReceipt
?:
boolean
;
transactionReceiptLogs
?:
boolean
;
}
;
handlerId
?:
number
;
handlerName
?:
string
;
minutes
?:
number
;
minutesInterval
?:
{
backfillInterval
?:
number
;
recentInterval
?:
number
}
;
slot
?:
number
;
slotInterval
?:
{
backfillInterval
?:
number
;
recentInterval
?:
number
}
;
}
[]
;
logConfigs
?:
{
fetchConfig
?:
{
block
?:
boolean
;
trace
?:
boolean
;
transaction
?:
boolean
;
transactionReceipt
?:
boolean
;
transactionReceiptLogs
?:
boolean
;
}
;
filters
?:
{
address
?:
string
;
addressType
?:
AddressType
;
topics
?:
{
hashes
?:
...
}
[]
;
}
[]
;
handlerId
?:
number
;
handlerName
?:
string
;
}
[]
;
moveCallConfigs
?:
{
fetchConfig
?:
{
allEvents
?:
boolean
;
includeFailedTransaction
?:
boolean
;
inputs
?:
boolean
;
resourceChanges
?:
boolean
;
resourceConfig
?:
{
moveTypePrefix
?:
string
}
;
supportMultisigFunc
?:
boolean
;
}
;
filters
?:
{
fromAndToAddress
?:
{
from
?:
(...)
|
(...)
;
to
?:
(...)
|
(...)
}
;
function
?:
string
;
includeFailed
?:
boolean
;
publicKeyPrefix
?:
string
;
typeArguments
?:
string
[]
;
withTypeArguments
?:
boolean
;
}
[]
;
handlerId
?:
number
;
handlerName
?:
string
;
}
[]
;
moveIntervalConfigs
?:
{
fetchConfig
?:
{
allEvents
?:
boolean
;
includeFailedTransaction
?:
boolean
;
inputs
?:
boolean
;
resourceChanges
?:
boolean
;
resourceConfig
?:
{
moveTypePrefix
?:
string
}
;
supportMultisigFunc
?:
boolean
;
}
;
intervalConfig
?:
{
fetchConfig
?:
{
block
?:
boolean
;
trace
?:
boolean
;
transaction
?:
boolean
;
transactionReceipt
?:
boolean
;
transactionReceiptLogs
?:
boolean
;
}
;
handlerId
?:
number
;
handlerName
?:
string
;
minutes
?:
number
;
minutesInterval
?:
{
backfillInterval
?:
number
;
recentInterval
?:
number
}
;
slot
?:
number
;
slotInterval
?:
{
backfillInterval
?:
number
;
recentInterval
?:
number
}
;
}
;
ownerType
?:
MoveOwnerType
;
resourceFetchConfig
?:
{
owned
?:
boolean
}
;
type
?:
string
;
}
[]
;
moveResourceChangeConfigs
?:
{
handlerId
?:
number
;
handlerName
?:
string
;
includeDeleted
?:
boolean
;
type
?:
string
;
}
[]
;
startBlock
?:
bigint
;
}
Returns
AccountConfig
toJSON
:
function
toJSON
(
message
:
AccountConfig
)
:
unknown
Parameters
message
:
AccountConfig
Returns
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@sentio/sdk
Loading...