Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am elegant651 on github.
  • I am elegantuniv (https://keybase.io/elegantuniv) on keybase.
  • I have a public key ASCXjZYr3JK6jq5Vp4zUQOk4V9bRu4nkEbZjP2Svp7_ZhQo

To claim this, I am signing this object:

@elegant651
elegant651 / eosio.token.cpp
Created August 13, 2018 06:54
eosio.token
/**
* @file
* @copyright defined in eos/LICENSE.txt
*/
#include "eosio.token.hpp"
namespace eosio {
void token::create( account_name issuer,
@elegant651
elegant651 / eosio.token.hpp
Created August 13, 2018 06:53
eosio.token
/**
* @file
* @copyright defined in eos/LICENSE.txt
*/
#pragma once
#include <eosiolib/asset.hpp>
#include <eosiolib/eosio.hpp>
#include <string>