DeliveryOrder

Undocumented in source.

Members

Mixins

__anonymous
mixin HiBONRecord!(q{ this( string vaccineType, string packageID, int numberOfVaccines, string destination, string pickuppoint, string startTime, string endTime, int payment, Pubkey owner, // new token owner Pubkey finalReceiver, ) { this.vaccineType = vaccineType; this.packageID = packageID; this.numberOfVaccines = numberOfVaccines; this.destination = destination; this.pickuppoint = pickuppoint; this.startTime = startTime; this.endTime = endTime; this.payment = payment; this.owner = owner; this.finalReceiver = finalReceiver; } })
Undocumented in source.

Variables

destination
string destination;
Undocumented in source.
endTime
string endTime;
Undocumented in source.
finalReceiver
Pubkey finalReceiver;
Undocumented in source.
numberOfVaccines
int numberOfVaccines;
Undocumented in source.
owner
Pubkey owner;
Undocumented in source.
packageID
string packageID;
Undocumented in source.
payment
int payment;
Undocumented in source.
pickuppoint
string pickuppoint;
Undocumented in source.
startTime
string startTime;
Undocumented in source.
vaccineType
string vaccineType;
Undocumented in source.

Mixed In Members

From mixin HiBONRecord!(q{ this( string vaccineType, string packageID, int numberOfVaccines, string destination, string pickuppoint, string startTime, string endTime, int payment, Pubkey owner, // new token owner Pubkey finalReceiver, ) { this.vaccineType = vaccineType; this.packageID = packageID; this.numberOfVaccines = numberOfVaccines; this.destination = destination; this.pickuppoint = pickuppoint; this.startTime = startTime; this.endTime = endTime; this.payment = payment; this.owner = owner; this.finalReceiver = finalReceiver; } })

check
alias check = Check!(HiBONRecordException)
Undocumented in source.
__anonymous
mixin JSONString
Undocumented in source.
__anonymous
mixin HiBONRecordType
Undocumented in source.
isRecord
alias isRecord = HiBONRecord.isRecord!ThisType
Undocumented in source.
HAS_TYPE
enum HAS_TYPE;
Undocumented in source.
less_than
bool less_than(Key a, Key b)
Undocumented in source. Be warned that the author may not have intended to support it.
toHiBON
inout(HiBON) toHiBON()
Undocumented in source. Be warned that the author may not have intended to support it.
NO_DEFAULT_CTOR
enum NO_DEFAULT_CTOR;
Undocumented in source.
GetKeyName
template GetKeyName(uint i)
Undocumented in source.
_keys
string[] _keys()
keys
enum keys;
Undocumented in source.
this
this(HiBON hibon)
Undocumented in source.
this
this(Document doc)
Undocumented in source.
serialize
immutable(ubyte[]) serialize()
Undocumented in source. Be warned that the author may not have intended to support it.
toDoc
const(Document) toDoc()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta