The options that will be sent directly to /construction/metadata by the caller.

Export

Interface

RosettaOptions

Hierarchy

  • RosettaOptions

Properties

amount?: string

Amount to be transfered.

Memberof

RosettaOptions

burn_block_height?: number

Set the burnchain (BTC) block for stacking lock to start.

Memberof

RosettaOptions

contract_address?: string

Address of the contract to call.

Memberof

RosettaOptions

contract_name?: string

Name of the contract to call.

Memberof

RosettaOptions

decimals?: number

Number of decimal places

Memberof

RosettaOptions

delegate_to?: string

Delegator address for when calling delegate-stacking.

Memberof

RosettaOptions

fee?: string

Fee for this transaction

Memberof

RosettaOptions

gas_limit?: number

Maximum price a user is willing to pay.

Memberof

RosettaOptions

gas_price?: number

Cost necessary to perform a transaction on the network

Memberof

RosettaOptions

max_fee?: string

Maximum fee user is willing to pay

Memberof

RosettaOptions

memo?: string

STX token transfer memo.

Memberof

RosettaOptions

number_of_cycles?: number

Number of cycles when stacking.

Memberof

RosettaOptions

pox_addr?: string

The reward address for stacking transaction. It should be a valid Bitcoin address

Memberof

RosettaOptions

sender_address?: string

sender's address

Memberof

RosettaOptions

size?: number

Transaction approximative size (used to calculate total fee).

Memberof

RosettaOptions

status?: string

This value indicates the state of the operations

Memberof

RosettaOptions

suggested_fee_multiplier?: number

A suggested fee multiplier to indicate that the suggested fee should be scaled. This may be used to set higher fees for urgent transactions or to pay lower fees when there is less urgency.

Memberof

RosettaOptions

symbol?: string

Currency symbol e.g STX

Memberof

RosettaOptions

token_transfer_recipient_address?: string

Recipient's address

Memberof

RosettaOptions

type?: string

Type of operation e.g transfer

Memberof

RosettaOptions

Generated using TypeDoc