The popular open-source contract for web designers and developers by Stuff & Nonsense
- Originally published: 23/12/2008
- Revised date: 15/12/2013
- Original post
0x69c1A70a1e9855DFF0233cb84a7EDb544A5c9936 |
I hereby claim:
To claim this, I am signing this object:
#include <eosiolib/eosio.hpp> | |
#include <eosiolib/print.hpp> | |
using namespace eosio; | |
class addressbook : public eosio::contract { | |
public: | |
using contract::contract; |
{ | |
"presets": ["@babel/preset-env"] | |
} |
/* TransactionVariant */ | |
anyOf: | |
- $ref: 'TransactionHash.yaml' | |
- $ref: 'PackedTransaction.yaml' | |
/* TransactionHash */ | |
type: string | |
/*PackedTransaction*/ | |
type: object |
openapi: 3.0.0 | |
info: | |
title: Chain API | |
version: 1.0.0 | |
license: | |
name: MIT | |
url: 'https://opensource.org/licenses/MIT' | |
contact: | |
url: 'https://eos.io' | |
tags: |
{ | |
"type": "object", | |
"additionalProperties": false, | |
"required": [ | |
"version", | |
"types", | |
"structs", | |
"actions", | |
"tables", | |
"abi_extensions", |