Type alias EasyValues

EasyValues: {
    [fieldName: string]: string | Uint8Array | number | bigint | boolean;
}

"Easy operation values" to populate the operation with basic data types.

This can be used to easily create operation fields, even when there is no schema at hand. Please note that only unambigious field types like "str", "int", "float" and "bool" can be used here

Type declaration

  • [fieldName: string]: string | Uint8Array | number | bigint | boolean

Generated using TypeDoc