BidEvent
Class: BidEvent
Properties overview
Defined in: packages/token/src/bid.ts:24
Extends
- {
address
:PublicKey
;
amount
:UInt64
;
}
Constructors
new BidEvent()
new BidEvent(value: {
address: PublicKey;
amount: UInt64;
}): BidEvent
Defined in: node_modules/o1js/dist/node/lib/provable/types/struct.d.ts:103
Parameters
value
address
PublicKey
= PublicKey
amount
UInt64
= UInt64
Returns
Inherited from
Struct({
amount: UInt64,
address: PublicKey,
}).constructor
Properties
address
address: PublicKey = PublicKey;
Defined in: packages/token/src/bid.ts:26
Inherited from
Struct({
amount: UInt64,
address: PublicKey,
}).address
amount
amount: UInt64 = UInt64;
Defined in: packages/token/src/bid.ts:25
Inherited from
Struct({
amount: UInt64,
address: PublicKey,
}).amount
Updated 10 days ago