DaoWithdrawPhase2

Protobuf type TW.Nervos.Proto.DaoWithdrawPhase2

Types

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

Functions

Link copied to clipboard
open fun getAmount(): Long
Amount
uint64 amount = 3;
Link copied to clipboard
open fun getDefaultInstance(): DaoWithdrawPhase2
Link copied to clipboard
open fun getDepositCell(): Cell
Deposit cell
.TW.Nervos.Proto.Cell deposit_cell = 1;
Link copied to clipboard
open fun getWithdrawingCell(): Cell
Withdrawing cell
.TW.Nervos.Proto.Cell withdrawing_cell = 2;
Link copied to clipboard
Deposit cell
.TW.Nervos.Proto.Cell deposit_cell = 1;
Link copied to clipboard
Withdrawing cell
.TW.Nervos.Proto.Cell withdrawing_cell = 2;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): DaoWithdrawPhase2
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): DaoWithdrawPhase2
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): DaoWithdrawPhase2
open fun parseFrom(data: ByteString): DaoWithdrawPhase2
open fun parseFrom(input: CodedInputStream): DaoWithdrawPhase2
open fun parseFrom(input: InputStream): DaoWithdrawPhase2
open fun parseFrom(data: ByteBuffer): DaoWithdrawPhase2
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): DaoWithdrawPhase2
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): DaoWithdrawPhase2
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): DaoWithdrawPhase2
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): DaoWithdrawPhase2
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): DaoWithdrawPhase2
Link copied to clipboard
open fun parser(): Parser<DaoWithdrawPhase2>

Properties

Link copied to clipboard
Link copied to clipboard