Advanced Features
Advanced vRAM features
TABLE bigentry {
checksum256 id;
uint64_t sometestnumber;
checksum256 primary_key()const {return id;}
};
typedef dapp::advanced_multi_index<"test2"_n, bigentry, checksum256> testindex_big_t;my_table_struct mytable(_self,_self.value);my_table_struct mytable(othercntr,othercntr.value);my_table_struct mytable(othercntr,othercntr.value, 1024, 64, false, false, 0, chain);Last updated
Was this helpful?