UNPKG
@iyonger/aptos-web3-bip44.js
Version:
latest (1.2.19)
1.2.19
1.2.18
1.2.17
1.2.16
1.2.15
Web3 SDK For Aptos
github.com/martian-dao/aptos-web3.js
martian-dao/aptos-web3.js
@iyonger/aptos-web3-bip44.js
/
src
/
generated
/
schemas
/
$WriteSet_DirectWriteSet.ts
17 lines
(16 loc)
•
359 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export
const
$WriteSet_DirectWriteSet = {
type
:
'all-of'
, contains: [{ properties: {
type
: {
type
:
'string'
, isRequired:
true
, }, }, }, {
type
:
'DirectWriteSet'
, }], } as
const
;