Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pinax-network/action-return-value
Antelope Action Return Value
https://github.com/pinax-network/action-return-value
Last synced: about 2 months ago
JSON representation
Antelope Action Return Value
- Host: GitHub
- URL: https://github.com/pinax-network/action-return-value
- Owner: pinax-network
- License: mit
- Created: 2022-08-03T14:59:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-26T22:25:48.000Z (12 months ago)
- Last Synced: 2024-04-01T16:23:36.724Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 60.5 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Antelope `Action Return Value`
## CDT
- [Antelope CDT](https://github.com/AntelopeIO/cdt)
## Quickstart
```bash
$ npm run build> build
> cdt-cpp actions.cpp
```## Testing
```bash
$ npm install
$ bun test
```## Computed Transaction
```yaml
$ bun examples/customvalue.ts
{
name: "customvalue",
data: {
message: "hello",
extra: "world",
number: 123
},
return_value_hex_data: "00000000001aa36a05776f726c647b00000000000000",
value: {
message: "hello",
extra: "world",
number: 123
}
}
```