Interface StackAggregationCommitOptions

Hierarchy

  • StackAggregationCommitOptions

Properties

authId?: IntegerType

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

maxAmount?: IntegerType

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

poxAddress: string
privateKey: string
rewardCycle: number
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