DaoWithdrawPhase2OrBuilder

Functions

Link copied to clipboard
abstract fun getAmount(): Long
Amount
uint64 amount = 3;
Link copied to clipboard
abstract fun getDepositCell(): Cell
Deposit cell
.TW.Nervos.Proto.Cell deposit_cell = 1;
Link copied to clipboard
abstract fun getWithdrawingCell(): Cell
Withdrawing cell
.TW.Nervos.Proto.Cell withdrawing_cell = 2;
Link copied to clipboard
abstract fun hasDepositCell(): Boolean
Deposit cell
.TW.Nervos.Proto.Cell deposit_cell = 1;
Link copied to clipboard
abstract fun hasWithdrawingCell(): Boolean
Withdrawing cell
.TW.Nervos.Proto.Cell withdrawing_cell = 2;

Inheritors

Link copied to clipboard