Monero
  • 介绍
  • 区块链
    • checkpoints
    • account
    • cryptonote_basic
    • cryptonote_basic_impl
    • cryptonote_stat_info
    • difficulty
    • hardfork
    • miner
    • subaddress_index
    • tx_extra
    • verification_context
    • blockchain
    • cryptonote_core
    • cryptonote_format_utils
    • cryptonote_core
    • cryptonote_tx_utils
    • tx_pool
  • API/客户端
    • command_server
    • electrum-words
    • core_rpc_server
    • simplewallet
    • wallet_rpc_server
    • wallet2
    • wallet2_api
  • 网络传输
    • connection_context
    • block_queue
    • cryptonote_protocol_defs
    • cryptonote_protocol_handler
    • net_node
    • net_peerlist
    • p2p_protocol_defs
  • 数据存储
    • blockchain_db
    • berkeleydb
    • lmdb
    • blockchain_import
    • blockchain_export
  • 数学/密码学
    • aesb
    • blake256
    • chacha
    • groestl
    • jh
    • keccak
    • random
    • skein
    • slow-hash
    • tree-hash
    • gen_multisig
    • multisig
    • bulletproofs
    • rctOps
    • rctSigs
Powered by GitBook
On this page

Was this helpful?

  1. 区块链

cryptonote_format_utils

get_transaction_prefix_hash

parse_and_validate_tx_from_blob

parse_and_validate_tx_base_from_blob

find_tx_extra_field_by_type

parse_tx_extra

get_tx_pub_key_from_extra

add_tx_pub_key_to_extra

get_additional_tx_pub_keys_from_extra

add_additional_tx_pub_keys_to_extra

add_extra_nonce_to_tx_extra

remove_field_from_tx_extra

set_payment_id_to_tx_extra_nonce

set_encrypted_payment_id_to_tx_extra_nonce

get_payment_id_from_tx_extra_nonce

get_encrypted_payment_id_from_tx_extra_nonce

is_out_to_acc

is_out_to_acc_precomp

lookup_acc_outs

lookup_acc_outs

get_tx_fee

get_tx_fee

generate_key_image_helper

generate_key_image_helper_precomp

get_blob_hash

get_blob_hash

short_hash_str

get_transaction_hash

get_transaction_hash

calculate_transaction_prunable_hash

get_transaction_prunable_hash

calculate_transaction_hash

get_pruned_transaction_hash

get_block_hashing_blob

calculate_block_hash

get_block_hash

get_block_longhash

parse_and_validate_block_from_blob

get_inputs_money_amount

get_outs_money_amount

check_inputs_types_supported

check_outs_valid

parse_amount

check_money_overflow

check_outs_overflow

check_inputs_overflow

get_block_height

relative_output_offsets_to_absolute

absolute_output_offsets_to_relative

set_default_decimal_point

get_unit

print_money

block_to_blob

tx_to_blob

get_tx_tree_hash

is_valid_decomposed_amount

get_hash_stats

encrypt_key

decrypt_key

Previouscryptonote_coreNextcryptonote_core

Last updated 5 years ago

Was this helpful?