Bid to name auction
Domain name
Name fee (bid fee)
Options
Transaction result
const name = 'test.chain'const bidFee = computeBidFee(name, { startFee, increment: 0.42 })await sdkInstance.aensBid(name, 213109412839123, { ttl, fee, nonce }) Copy
const name = 'test.chain'const bidFee = computeBidFee(name, { startFee, increment: 0.42 })await sdkInstance.aensBid(name, 213109412839123, { ttl, fee, nonce })
Generated using TypeDoc
Bid to name auction