Interface StackIncreaseOptions

Stack increase stx options

Hierarchy

  • StackIncreaseOptions

Properties

authId?: IntegerType

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

increaseBy: IntegerType

number of ustx to increase by

maxAmount?: IntegerType

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

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