UNPKG

@iyonger/aptos-web3-bip44.js

Version:
36 lines 1.17 kB
export declare const $MoveStruct: { readonly description: "A move struct"; readonly properties: { readonly name: { readonly type: "IdentifierWrapper"; readonly isRequired: true; }; readonly is_native: { readonly type: "boolean"; readonly description: "Whether the struct is a native struct of Move"; readonly isRequired: true; }; readonly abilities: { readonly type: "array"; readonly contains: { readonly type: "MoveAbility"; }; readonly isRequired: true; }; readonly generic_type_params: { readonly type: "array"; readonly contains: { readonly type: "MoveStructGenericTypeParam"; }; readonly isRequired: true; }; readonly fields: { readonly type: "array"; readonly contains: { readonly type: "MoveStructField"; }; readonly isRequired: true; }; }; }; //# sourceMappingURL=$MoveStruct.d.ts.map