Vaulta

ibctknbridge

Contract

The data tables defined by this contract.

  • Field Type
    channel_name name
    remote_contract name
    next_transfer_id uint64
    enabled bool
  • rows of globals

    Field Type
    admin_account name
    current_chain_name name
    enabled bool
    expire_after microseconds
    weight_threshold uint32
    unclaimed_points uint32
  • Field Type
    account name
    unclaimed_points uint64
    total_claimed_points uint64
    last_claim_time time_point_sec
    weight uint8
    unclaimed_fees extended_asset[]
  • Field Type
    id uint64
    transfer transfers_row
    confirmed bool
    confirmed_by name[]
    confirmation_weight uint32
    failed_weight uint32
    executed bool
    failed bool
    failed_by name[]
  • Field Type
    id uint64
    transfer transfers_row
    confirmed bool
    confirmed_by name[]
    confirmation_weight uint32
    failed_weight uint32
    executed bool
    failed bool
    failed_by name[]
  • Field Type
    channel name
    token_info extended_symbol
    do_issue bool
    min_quantity asset
    remote_token extended_symbol
    enabled bool
    fee_pct float32
    fee_flat asset
    total_claimed_fees asset
    unclaimed_fees asset
  • Field Type
    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