Type Alias InstructionType

InstructionType:
    | "genesis"
    | "new_token"
    | "transfer"
    | "stake_deposit"
    | "stake_withdraw"
    | "validator_commission"
    | "liquidity_pool_create"
    | "liquidity_pool_deposit"
    | "liquidity_pool_withdraw"
    | "liquidity_pool_swap"
    | "nft_collection_create"
    | "nft_mint"
    | "nft_transfer"