Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysiosystem::abi_hash Struct Reference

#include <native.hpp>

Collaboration diagram for sysiosystem::abi_hash:

Public Member Functions

uint64_t primary_key () const
 

Public Attributes

name owner
 
checksum256 hash
 

Detailed Description

abi_hash is the structure underlying the abihash table and consists of:

  • owner: the account owner of the contract's abi
  • hash: is the sha256 hash of the abi/binary

Definition at line 114 of file native.hpp.

Member Function Documentation

◆ primary_key()

uint64_t sysiosystem::abi_hash::primary_key ( ) const
inline

Definition at line 117 of file native.hpp.

117{ return owner.value; }

Member Data Documentation

◆ hash

checksum256 sysiosystem::abi_hash::hash

Definition at line 116 of file native.hpp.

◆ owner

name sysiosystem::abi_hash::owner

Definition at line 115 of file native.hpp.


The documentation for this struct was generated from the following file: