Uses of Class
com.novi.serde.Bytes
-
Packages that use Bytes Package Description com.novi.serde org.starcoin.stdlib org.starcoin.types org.starcoin.types.event org.starcoin.utils -
-
Uses of Bytes in com.novi.serde
Methods in com.novi.serde that return Bytes Modifier and Type Method Description BytesBinaryDeserializer. deserialize_bytes()BytesDeserializer. deserialize_bytes()static BytesBytes. empty()static BytesBytes. fromList(List<Byte> listBytes)static BytesBytes. valueOf(byte[] content)Methods in com.novi.serde with parameters of type Bytes Modifier and Type Method Description voidBinarySerializer. serialize_bytes(Bytes value)voidSerializer. serialize_bytes(Bytes value) -
Uses of Bytes in org.starcoin.stdlib
Fields in org.starcoin.stdlib declared as Bytes Modifier and Type Field Description BytesScriptFunctionCall.CreateAccountWithInitialAmount. _auth_keyBytesScriptFunctionCall.CreateAccountWithInitialAmount.Builder. _auth_keyBytesScriptFunctionCall.PeerToPeer. _payee_auth_keyBytesScriptFunctionCall.PeerToPeer.Builder. _payee_auth_keyBytesScriptFunctionCall.PeerToPeerWithMetadata. _payee_auth_keyBytesScriptFunctionCall.PeerToPeerWithMetadata.Builder. _payee_auth_keyBytesScriptFunctionCall.PeerToPeerBatch. _payee_auth_keysBytesScriptFunctionCall.PeerToPeerBatch.Builder. _payee_auth_keysBytesScriptFunctionCall.PeerToPeerBatch. _payeeesBytesScriptFunctionCall.PeerToPeerBatch.Builder. _payeeesBytesScriptFunctionCall.Initialize. association_auth_keyBytesScriptFunctionCall.Initialize.Builder. association_auth_keyBytesScriptFunctionCall.InitializeV2. association_auth_keyBytesScriptFunctionCall.InitializeV2.Builder. association_auth_keyBytesScriptFunctionCall.Initialize.Builder. genesis_auth_keyBytesScriptFunctionCall.Initialize. genesis_auth_keyBytesScriptFunctionCall.InitializeV2.Builder. genesis_auth_keyBytesScriptFunctionCall.InitializeV2. genesis_auth_keyBytesScriptFunctionCall.Initialize.Builder. instruction_scheduleBytesScriptFunctionCall.Initialize. instruction_scheduleBytesScriptFunctionCall.InitializeV2.Builder. instruction_scheduleBytesScriptFunctionCall.InitializeV2. instruction_scheduleBytesScriptFunctionCall.ProposeUpdateVmConfig.Builder. instruction_scheduleBytesScriptFunctionCall.ProposeUpdateVmConfig. instruction_scheduleBytesScriptFunctionCall.PeerToPeerWithMetadata.Builder. metadataBytesScriptFunctionCall.PeerToPeerWithMetadata. metadataBytesScriptFunctionCall.PeerToPeerWithMetadataV2.Builder. metadataBytesScriptFunctionCall.PeerToPeerWithMetadataV2. metadataBytesScriptFunctionCall.Initialize.Builder. native_scheduleBytesScriptFunctionCall.Initialize. native_scheduleBytesScriptFunctionCall.InitializeV2.Builder. native_scheduleBytesScriptFunctionCall.InitializeV2. native_scheduleBytesScriptFunctionCall.ProposeUpdateVmConfig.Builder. native_scheduleBytesScriptFunctionCall.ProposeUpdateVmConfig. native_scheduleBytesScriptFunctionCall.RotateAuthenticationKey.Builder. new_keyBytesScriptFunctionCall.RotateAuthenticationKey. new_keyBytesScriptFunctionCall.ProposeModuleUpgradeV2.Builder. package_hashBytesScriptFunctionCall.ProposeModuleUpgradeV2. package_hashBytesScriptFunctionCall.Initialize.Builder. parent_hashBytesScriptFunctionCall.Initialize. parent_hashBytesScriptFunctionCall.InitializeV2.Builder. parent_hashBytesScriptFunctionCall.InitializeV2. parent_hashMethods in org.starcoin.stdlib with parameters of type Bytes Modifier and Type Method Description static TransactionPayloadHelpers. encode_create_account_with_initial_amount_script_function(TypeTag token_type, AccountAddress fresh_address, Bytes _auth_key, BigInteger initial_amount)static TransactionPayloadHelpers. 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 TransactionPayloadHelpers. 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 TransactionPayloadHelpers. encode_peer_to_peer_batch_script_function(TypeTag token_type, Bytes _payeees, Bytes _payee_auth_keys, BigInteger _amount)static TransactionPayloadHelpers. encode_peer_to_peer_script_function(TypeTag token_type, AccountAddress payee, Bytes _payee_auth_key, BigInteger amount)static TransactionPayloadHelpers. encode_peer_to_peer_with_metadata_script_function(TypeTag token_type, AccountAddress payee, Bytes _payee_auth_key, BigInteger amount, Bytes metadata)static TransactionPayloadHelpers. encode_peer_to_peer_with_metadata_v2_script_function(TypeTag token_type, AccountAddress payee, BigInteger amount, Bytes metadata)static TransactionPayloadHelpers. encode_propose_module_upgrade_v2_script_function(TypeTag token, AccountAddress module_address, Bytes package_hash, Long version, Long exec_delay, Boolean enforced)static TransactionPayloadHelpers. 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 TransactionPayloadHelpers. 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) -
Uses of Bytes in org.starcoin.types
Fields in org.starcoin.types declared as Bytes Modifier and Type Field Description BytesModule.Builder. codeBytesModule. codeBytesScript.Builder. codeBytesScript. codeBytesTransactionScriptABI.Builder. codeBytesTransactionScriptABI. codeBytesContractEventV0.Builder. event_dataBytesContractEventV0. event_dataBytesAuthenticationKey.Builder. valueBytesAuthenticationKey. valueBytesEd25519PrivateKey.Builder. valueBytesEd25519PrivateKey. valueBytesEd25519PublicKey.Builder. valueBytesEd25519PublicKey. valueBytesEd25519Signature.Builder. valueBytesEd25519Signature. valueBytesEventKey.Builder. valueBytesEventKey. valueBytesHashValue.Builder. valueBytesHashValue. valueBytesMultiEd25519PrivateKey.Builder. valueBytesMultiEd25519PrivateKey. valueBytesMultiEd25519PublicKey.Builder. valueBytesMultiEd25519PublicKey. valueBytesMultiEd25519Signature.Builder. valueBytesMultiEd25519Signature. valueBytesTransactionArgument.U8Vector.Builder. valueBytesTransactionArgument.U8Vector. valueBytesWriteOp.Value.Builder. valueBytesWriteOp.Value. valueFields in org.starcoin.types with type parameters of type Bytes Modifier and Type Field Description List<Bytes>Script. argsList<Bytes>Script.Builder. argsList<Bytes>ScriptFunction. argsList<Bytes>ScriptFunction.Builder. argsConstructors in org.starcoin.types with parameters of type Bytes Constructor Description AuthenticationKey(Bytes value)ContractEventV0(EventKey key, Long sequence_number, TypeTag type_tag, Bytes event_data)Ed25519PrivateKey(Bytes value)Ed25519PublicKey(Bytes value)Ed25519Signature(Bytes value)EventKey(Bytes value)HashValue(Bytes value)Module(Bytes code)MultiEd25519PrivateKey(Bytes value)MultiEd25519PublicKey(Bytes value)MultiEd25519Signature(Bytes value)Script(Bytes code, List<TypeTag> ty_args, List<Bytes> args)TransactionScriptABI(String name, String doc, Bytes code, List<TypeArgumentABI> ty_args, List<ArgumentABI> args)U8Vector(Bytes value)Value(Bytes value) -
Uses of Bytes in org.starcoin.types.event
Fields in org.starcoin.types.event declared as Bytes Modifier and Type Field Description BytesDepositEvent.Builder. metadataBytesDepositEvent. metadataBytesWithdrawEvent.Builder. metadataBytesWithdrawEvent. metadataConstructors in org.starcoin.types.event with parameters of type Bytes Constructor Description DepositEvent(BigInteger amount, TokenCode token_code, Bytes metadata)WithdrawEvent(BigInteger amount, TokenCode token_code, Bytes metadata) -
Uses of Bytes in org.starcoin.utils
Methods in org.starcoin.utils that return Bytes Modifier and Type Method Description static BytesParseUtil. parseBytes(com.fasterxml.jackson.databind.JsonNode typeTagNode)static BytesBcsSerializeHelper. serializeAddressToBytes(AccountAddress address)static BytesBcsSerializeHelper. serializeListToBytes(List<String> list)static BytesBcsSerializeHelper. serializeU128ToBytes(BigInteger v)static BytesBcsSerializeHelper. serializeU64ToBytes(Long v)static BytesBcsSerializeHelper. serializeVectorU8ToBytes(String str)Methods in org.starcoin.utils that return types with arguments of type Bytes Modifier and Type Method Description static List<Bytes>ParseUtil. parseBytesList(com.fasterxml.jackson.databind.JsonNode typeTagNode)Methods in org.starcoin.utils with parameters of type Bytes Modifier and Type Method Description static StringHex. encode(Bytes bytes)
-