DaoDeposit

Deposit
Protobuf type TW.Nervos.Proto.DaoDeposit

Types

Link copied to clipboard
class Builder
Deposit
Protobuf type TW.Nervos.Proto.DaoDeposit

Functions

Link copied to clipboard
open fun getAmount(): Long
Amount to deposit.
uint64 amount = 3;
Link copied to clipboard
Change address.
string change_address = 2;
Link copied to clipboard
open fun getChangeAddressBytes(): ByteString
Change address.
string change_address = 2;
Link copied to clipboard
open fun getDefaultInstance(): DaoDeposit
Link copied to clipboard
open fun getToAddress(): String
Recipient's address.
string to_address = 1;
Link copied to clipboard
open fun getToAddressBytes(): ByteString
Recipient's address.
string to_address = 1;
Link copied to clipboard
open fun newBuilder(prototype: DaoDeposit): Nervos.DaoDeposit.Builder
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): DaoDeposit
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): DaoDeposit
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): DaoDeposit
open fun parseFrom(data: ByteString): DaoDeposit
open fun parseFrom(input: CodedInputStream): DaoDeposit
open fun parseFrom(input: InputStream): DaoDeposit
open fun parseFrom(data: ByteBuffer): DaoDeposit
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): DaoDeposit
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): DaoDeposit
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): DaoDeposit
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): DaoDeposit
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): DaoDeposit
Link copied to clipboard
open fun parser(): Parser<DaoDeposit>

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard