Class: AptosDirectWriteSet
moralis-monorepo / @moralisweb3/common-aptos-utils / AptosDirectWriteSet
Class: AptosDirectWriteSet
@moralisweb3/common-aptos-utils.AptosDirectWriteSet
Table of contents
Methods
Properties
Methods
create
▸ Static create(input): AptosDirectWriteSet
Parameters
| Name | Type |
|---|---|
input | AptosDirectWriteSetInput | AptosDirectWriteSet |
Returns
fromJSON
▸ Static fromJSON(json): AptosDirectWriteSet
Parameters
| Name | Type |
|---|---|
json | AptosDirectWriteSetJSON |
Returns
isInput
▸ Static isInput(input): input is AptosDirectWriteSetInput
Parameters
| Name | Type |
|---|---|
input | any |
Returns
input is AptosDirectWriteSetInput
isJSON
▸ Static isJSON(json): json is AptosDirectWriteSetJSON
Parameters
| Name | Type |
|---|---|
json | any |
Returns
json is AptosDirectWriteSetJSON
toJSON
▸ toJSON(): AptosDirectWriteSetJSON
Returns
Properties
changes
• Readonly changes: string[]
events
• Readonly events: AptosTransactionEvent[]
Description
Events emitted during genesis
type
• Readonly type: string