WalletAddress
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 public keys (WalletAddress) for Solana
{
"name": "owner",
"type": "walletAddress",
"label": "Owner Public 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.