Wallet

The Wallet field renders as a normal Text Field but with differentiated types allowing downstream consumers to populate with values.

This is mainly used for entering base58 strings of private wallet keys for Solana

{
    "name": "payer",
    "type": "wallet",
    "label": "Wallet Secret Key",
},

name represents the key in which this field targets for parsing and substitution into the variables

type represents the field type. This dictates how the field is rendered

label represents the text title when rendered via the UI.