Interface LockStxOptions

Lock stx options

Hierarchy

  • LockStxOptions

Properties

amountMicroStx: IntegerType

number of microstacks to lock

authId?: IntegerType

Random integer to prevent re-use of signer signature, required for >= PoX-4

burnBlockHeight: number

the burnchain block height to begin lock

cycles: number

number of cycles to lock

maxAmount?: IntegerType

Maximum amount of STX that can be locked in this transaction, required for >= PoX-4

poxAddress: string

the reward Bitcoin address

privateKey: string

private key to sign transaction

signerKey?: string

hex-encoded signer key (buff 33), required for >= PoX-4

signerSignature?: string

hex-encoded signature (buff 65), required for >= PoX-4

Generated using TypeDoc