Builder

class Builder
Lease transaction
Protobuf type TW.Waves.Proto.LeaseMessage

Functions

Link copied to clipboard
amount
int64 amount = 1;
Link copied to clipboard
minimum 0.001 Waves (100000 Wavelets) for now
int64 fee = 3;
Link copied to clipboard
destination
string to = 2;
Link copied to clipboard
open fun getAmount(): Long
amount
int64 amount = 1;
Link copied to clipboard
open fun getFee(): Long
minimum 0.001 Waves (100000 Wavelets) for now
int64 fee = 3;
Link copied to clipboard
open fun getTo(): String
destination
string to = 2;
Link copied to clipboard
open fun getToBytes(): ByteString
destination
string to = 2;
Link copied to clipboard
amount
int64 amount = 1;
Link copied to clipboard
minimum 0.001 Waves (100000 Wavelets) for now
int64 fee = 3;
Link copied to clipboard
destination
string to = 2;
Link copied to clipboard
open fun setToBytes(value: ByteString): Waves.LeaseMessage.Builder
destination
string to = 2;