BidReceipt class

Inheritance

Constructors

BidReceipt({required SolAddress tradeState, required SolAddress bookkeeper, required SolAddress auctionHouse, required SolAddress buyer, required SolAddress metadata, SolAddress? authority, SolAddress? purchaseReceipt, required BigInt price, SolAddress? tokenAccount, required BigInt tokenSize, required int bump, required int tradeStateBump, required BigInt createdAt, BigInt? canceledAt})
const
BidReceipt.fromBuffer(List<int> data)
factory

Properties

auctionHouse SolAddress
final
authority SolAddress?
final
bookkeeper SolAddress
final
bump int
final
buyer SolAddress
final
canceledAt BigInt?
final
createdAt BigInt
final
hashCode int
The hash code for this object.
no setterinherited
layout → StructLayout
The layout representing the structure of the object for serialization.
no setteroverride
metadata SolAddress
final
price BigInt
final
purchaseReceipt SolAddress?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokenAccount SolAddress?
final
tokenSize BigInt
final
tradeState SolAddress
final
tradeStateBump int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serialize() Map<String, dynamic>
Serializes the object to a map.
override
toBytes() List<int>
Converts the object to bytes using Borsh serialization.
inherited
toHex() String
Converts the object to a hexadecimal string.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited