-
-
Methods in org.starcoin.stdlib with parameters of type Bytes
| Modifier and Type |
Method |
Description |
static TransactionPayload |
Helpers.encode_create_account_with_initial_amount_script_function(TypeTag token_type,
AccountAddress fresh_address,
Bytes _auth_key,
BigInteger initial_amount) |
|
static TransactionPayload |
Helpers.encode_initialize_script_function(Long stdlib_version,
Long reward_delay,
BigInteger pre_mine_stc_amount,
BigInteger time_mint_stc_amount,
Long time_mint_stc_period,
Bytes parent_hash,
Bytes association_auth_key,
Bytes genesis_auth_key,
Byte chain_id,
Long genesis_timestamp,
Long uncle_rate_target,
Long epoch_block_count,
Long base_block_time_target,
Long base_block_difficulty_window,
BigInteger base_reward_per_block,
Long base_reward_per_uncle_percent,
Long min_block_time_target,
Long max_block_time_target,
Long base_max_uncles_per_block,
Long base_block_gas_limit,
Byte strategy,
Boolean script_allowed,
Boolean module_publishing_allowed,
Bytes instruction_schedule,
Bytes native_schedule,
Long global_memory_per_byte_cost,
Long global_memory_per_byte_write_cost,
Long min_transaction_gas_units,
Long large_transaction_cutoff,
Long instrinsic_gas_per_byte,
Long maximum_number_of_gas_units,
Long min_price_per_gas_unit,
Long max_price_per_gas_unit,
Long max_transaction_size_in_bytes,
Long gas_unit_scaling_factor,
Long default_account_size,
Long voting_delay,
Long voting_period,
Byte voting_quorum_rate,
Long min_action_delay,
Long transaction_timeout) |
|
static TransactionPayload |
Helpers.encode_initialize_v2_script_function(Long stdlib_version,
Long reward_delay,
BigInteger total_stc_amount,
BigInteger pre_mine_stc_amount,
BigInteger time_mint_stc_amount,
Long time_mint_stc_period,
Bytes parent_hash,
Bytes association_auth_key,
Bytes genesis_auth_key,
Byte chain_id,
Long genesis_timestamp,
Long uncle_rate_target,
Long epoch_block_count,
Long base_block_time_target,
Long base_block_difficulty_window,
BigInteger base_reward_per_block,
Long base_reward_per_uncle_percent,
Long min_block_time_target,
Long max_block_time_target,
Long base_max_uncles_per_block,
Long base_block_gas_limit,
Byte strategy,
Boolean script_allowed,
Boolean module_publishing_allowed,
Bytes instruction_schedule,
Bytes native_schedule,
Long global_memory_per_byte_cost,
Long global_memory_per_byte_write_cost,
Long min_transaction_gas_units,
Long large_transaction_cutoff,
Long instrinsic_gas_per_byte,
Long maximum_number_of_gas_units,
Long min_price_per_gas_unit,
Long max_price_per_gas_unit,
Long max_transaction_size_in_bytes,
Long gas_unit_scaling_factor,
Long default_account_size,
Long voting_delay,
Long voting_period,
Byte voting_quorum_rate,
Long min_action_delay,
Long transaction_timeout) |
|
static TransactionPayload |
Helpers.encode_peer_to_peer_batch_script_function(TypeTag token_type,
Bytes _payeees,
Bytes _payee_auth_keys,
BigInteger _amount) |
|
static TransactionPayload |
Helpers.encode_peer_to_peer_script_function(TypeTag token_type,
AccountAddress payee,
Bytes _payee_auth_key,
BigInteger amount) |
|
static TransactionPayload |
Helpers.encode_peer_to_peer_with_metadata_script_function(TypeTag token_type,
AccountAddress payee,
Bytes _payee_auth_key,
BigInteger amount,
Bytes metadata) |
|
static TransactionPayload |
Helpers.encode_peer_to_peer_with_metadata_v2_script_function(TypeTag token_type,
AccountAddress payee,
BigInteger amount,
Bytes metadata) |
|
static TransactionPayload |
Helpers.encode_propose_module_upgrade_v2_script_function(TypeTag token,
AccountAddress module_address,
Bytes package_hash,
Long version,
Long exec_delay,
Boolean enforced) |
|
static TransactionPayload |
Helpers.encode_propose_update_vm_config_script_function(Bytes instruction_schedule,
Bytes native_schedule,
Long global_memory_per_byte_cost,
Long global_memory_per_byte_write_cost,
Long min_transaction_gas_units,
Long large_transaction_cutoff,
Long instrinsic_gas_per_byte,
Long maximum_number_of_gas_units,
Long min_price_per_gas_unit,
Long max_price_per_gas_unit,
Long max_transaction_size_in_bytes,
Long gas_unit_scaling_factor,
Long default_account_size,
Long exec_delay) |
|
static TransactionPayload |
Helpers.encode_rotate_authentication_key_script_function(Bytes new_key) |
|
Constructors in org.starcoin.stdlib with parameters of type Bytes
| Constructor |
Description |
CreateAccountWithInitialAmount(TypeTag token_type,
AccountAddress fresh_address,
Bytes _auth_key,
BigInteger initial_amount) |
|
Initialize(Long stdlib_version,
Long reward_delay,
BigInteger pre_mine_stc_amount,
BigInteger time_mint_stc_amount,
Long time_mint_stc_period,
Bytes parent_hash,
Bytes association_auth_key,
Bytes genesis_auth_key,
Byte chain_id,
Long genesis_timestamp,
Long uncle_rate_target,
Long epoch_block_count,
Long base_block_time_target,
Long base_block_difficulty_window,
BigInteger base_reward_per_block,
Long base_reward_per_uncle_percent,
Long min_block_time_target,
Long max_block_time_target,
Long base_max_uncles_per_block,
Long base_block_gas_limit,
Byte strategy,
Boolean script_allowed,
Boolean module_publishing_allowed,
Bytes instruction_schedule,
Bytes native_schedule,
Long global_memory_per_byte_cost,
Long global_memory_per_byte_write_cost,
Long min_transaction_gas_units,
Long large_transaction_cutoff,
Long instrinsic_gas_per_byte,
Long maximum_number_of_gas_units,
Long min_price_per_gas_unit,
Long max_price_per_gas_unit,
Long max_transaction_size_in_bytes,
Long gas_unit_scaling_factor,
Long default_account_size,
Long voting_delay,
Long voting_period,
Byte voting_quorum_rate,
Long min_action_delay,
Long transaction_timeout) |
|
InitializeV2(Long stdlib_version,
Long reward_delay,
BigInteger total_stc_amount,
BigInteger pre_mine_stc_amount,
BigInteger time_mint_stc_amount,
Long time_mint_stc_period,
Bytes parent_hash,
Bytes association_auth_key,
Bytes genesis_auth_key,
Byte chain_id,
Long genesis_timestamp,
Long uncle_rate_target,
Long epoch_block_count,
Long base_block_time_target,
Long base_block_difficulty_window,
BigInteger base_reward_per_block,
Long base_reward_per_uncle_percent,
Long min_block_time_target,
Long max_block_time_target,
Long base_max_uncles_per_block,
Long base_block_gas_limit,
Byte strategy,
Boolean script_allowed,
Boolean module_publishing_allowed,
Bytes instruction_schedule,
Bytes native_schedule,
Long global_memory_per_byte_cost,
Long global_memory_per_byte_write_cost,
Long min_transaction_gas_units,
Long large_transaction_cutoff,
Long instrinsic_gas_per_byte,
Long maximum_number_of_gas_units,
Long min_price_per_gas_unit,
Long max_price_per_gas_unit,
Long max_transaction_size_in_bytes,
Long gas_unit_scaling_factor,
Long default_account_size,
Long voting_delay,
Long voting_period,
Byte voting_quorum_rate,
Long min_action_delay,
Long transaction_timeout) |
|
PeerToPeer(TypeTag token_type,
AccountAddress payee,
Bytes _payee_auth_key,
BigInteger amount) |
|
PeerToPeerBatch(TypeTag token_type,
Bytes _payeees,
Bytes _payee_auth_keys,
BigInteger _amount) |
|
PeerToPeerWithMetadata(TypeTag token_type,
AccountAddress payee,
Bytes _payee_auth_key,
BigInteger amount,
Bytes metadata) |
|
PeerToPeerWithMetadataV2(TypeTag token_type,
AccountAddress payee,
BigInteger amount,
Bytes metadata) |
|
ProposeModuleUpgradeV2(TypeTag token,
AccountAddress module_address,
Bytes package_hash,
Long version,
Long exec_delay,
Boolean enforced) |
|
ProposeUpdateVmConfig(Bytes instruction_schedule,
Bytes native_schedule,
Long global_memory_per_byte_cost,
Long global_memory_per_byte_write_cost,
Long min_transaction_gas_units,
Long large_transaction_cutoff,
Long instrinsic_gas_per_byte,
Long maximum_number_of_gas_units,
Long min_price_per_gas_unit,
Long max_price_per_gas_unit,
Long max_transaction_size_in_bytes,
Long gas_unit_scaling_factor,
Long default_account_size,
Long exec_delay) |
|
RotateAuthenticationKey(Bytes new_key) |
|
-
-
-