$MoveValue: {
contains: readonly [{
format: "uint8";
type: "number";
}, {
format: "uint16";
type: "number";
}, {
format: "uint32";
type: "number";
}, {
type: "U64";
}, {
type: "U128";
}, {
type: "U256";
}, {
type: "boolean";
}, {
type: "Address";
}, {
contains: {
type: "MoveValue";
};
type: "array";
}, {
type: "HexEncodedBytes";
}, {
type: "MoveStructValue";
}, {
type: "string";
}];
description: "An enum of the possible Move value types";
type: "any-of";
} = ...
Type declaration
-
contains: readonly [{
format: "uint8";
type: "number";
}, {
format: "uint16";
type: "number";
}, {
format: "uint32";
type: "number";
}, {
type: "U64";
}, {
type: "U128";
}, {
type: "U256";
}, {
type: "boolean";
}, {
type: "Address";
}, {
contains: {
type: "MoveValue";
};
type: "array";
}, {
type: "HexEncodedBytes";
}, {
type: "MoveStructValue";
}, {
type: "string";
}]
-
description: "An enum of the possible Move value types"
-
type: "any-of"