Fabcoin Core  0.16.2
P2P Digital Currency
Functions
capi.c File Reference
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include "evm.h"
Include dependency graph for capi.c:

Go to the source code of this file.

Functions

struct evm_uint256be balance (struct evm_env *env, struct evm_uint160be address)
 
struct evm_uint160be address (struct evm_env *env)
 
int main (int argc, char *argv[])
 Example how the API is supposed to be used. More...
 

Function Documentation

struct evm_uint160be address ( struct evm_env *  env)

Definition at line 13 of file capi.c.

Here is the call graph for this function:

struct evm_uint256be balance ( struct evm_env *  env,
struct evm_uint160be  address 
)

Definition at line 7 of file capi.c.

Here is the caller graph for this function:

int main ( int  argc,
char *  argv[] 
)

Example how the API is supposed to be used.

Definition at line 67 of file capi.c.

Here is the call graph for this function: