AuctionState

Class: AuctionState

Properties overview

  • auction: Auction = Auction;
  • bidAmount: UInt64 = UInt64;
  • settled: Bool = Bool;

Defined in: packages/nft/src/marketplace/auction.ts:144

Extends

  • {
    auction: Auction;
    bidAmount: UInt64;
    settled: Bool;
    }

Constructors

new AuctionState()

new AuctionState(value: {
  auction: Auction;
  bidAmount: UInt64;
  settled: Bool;
 }): AuctionState

Defined in: node_modules/o1js/dist/node/lib/provable/types/struct.d.ts:103

Parameters

value
auction

Auction = Auction

bidAmount

UInt64 = UInt64

settled

Bool = Bool

Returns

AuctionState

Inherited from

Struct({
  bidAmount: UInt64,
  auction: Auction,
  settled: Bool,
}).constructor

Properties

auction

auction: Auction = Auction;

Defined in: packages/nft/src/marketplace/auction.ts:146

Inherited from

Struct({
  bidAmount: UInt64,
  auction: Auction,
  settled: Bool,
}).auction

bidAmount

bidAmount: UInt64 = UInt64;

Defined in: packages/nft/src/marketplace/auction.ts:145

Inherited from

Struct({
  bidAmount: UInt64,
  auction: Auction,
  settled: Bool,
}).bidAmount

settled

settled: Bool = Bool;

Defined in: packages/nft/src/marketplace/auction.ts:147

Inherited from

Struct({
  bidAmount: UInt64,
  auction: Auction,
  settled: Bool,
}).settled