Interface StackExtendOptions

Stack extend stx options

Hierarchy

  • StackExtendOptions

Properties

authId?: IntegerType

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

extendCycles: number

number of cycles to extend by

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