EOS.IO C语言API手册

db_find_i64

在索引表中查找指定主键的记录。

参数

  • scope - 记录存储的scope
  • table - 记录存储的表名
  • id - 要查找的主键

返回值

指向匹配记录的迭代器。

示例代码

int itr = db_find_i64(receiver, receiver, table1, N(charlie));