Telos

bridge.start

合约

此合约定义的数据表。

  • 行数据 channels

    字段 类型
    channel_name name
    remote_contract name
    next_transfer_id uint64
    enabled bool
  • 行数据 info_row

    字段 类型
    key name
    value string
  • 字段 类型
    account name
    points uint64
  • 行数据 report_s

    字段 类型
    id uint64
    transfer transfer_s
    confirmed bool
    confirmed_by name[]
    executed bool
    failed bool
    failed_by name[]
  • 字段 类型
    id uint64
    transfer transfer_s
    confirmed bool
    confirmed_by name[]
    executed bool
    failed bool
    failed_by name[]
  • 行数据 settings

    字段 类型
    admin_account name
    current_chain_name name
    enabled bool
    expire_after microseconds
    threshold uint8
  • 行数据 tokens

    字段 类型
    channel name
    token_info extended_symbol
    do_issue bool
    min_quantity asset
    remote_token extended_symbol
    enabled bool
  • 字段 类型
    id uint64
    transaction_id checksum256
    from_blockchain name
    to_blockchain name
    from_account name
    to_account name
    quantity asset
    memo string
    transaction_time time_point_sec
    expires_at time_point_sec
    is_refund bool