Uses of Class
com.algorand.algosdk.auction.Bid
-
Packages that use Bid Package Description com.algorand.algosdk.account com.algorand.algosdk.auction -
-
Uses of Bid in com.algorand.algosdk.account
Methods in com.algorand.algosdk.account with parameters of type Bid Modifier and Type Method Description SignedBid
Account. signBid(Bid bid)
Sign a bid with this account -
Uses of Bid in com.algorand.algosdk.auction
Fields in com.algorand.algosdk.auction declared as Bid Modifier and Type Field Description Bid
SignedBid. bid
Constructors in com.algorand.algosdk.auction with parameters of type Bid Constructor Description SignedBid(Bid bid, byte[] sig, MultisigSignature mSig)
SignedBid(Bid bid, MultisigSignature mSig)
SignedBid(Bid bid, Signature sig)
SignedBid(Bid bid, Signature sig, MultisigSignature mSig)
-