- Preparing search index...
- The search index is not available
casper-js-sdk
Methods
getByName
- getByName(argName: string): undefined | CLValue
-
Returns undefined | CLValue
insert
- insert(key: string, value: CLValue): void
-
Returns void
toBytes
- toBytes(): Uint8Array
-
Returns Uint8Array
Static
fromBytes
- fromBytes(bytes: Uint8Array): Args
-
Represents a set of named arguments (
NamedArg
) for a contract call. Provides methods to serialize, deserialize, and manipulate argument entries.