MintTransferParams: BaseNeonTransactionParams & {
    amount: Amount;
    proxyApi: NeonProxyRpcApi;
    walletSigner: W;
}

Type Parameters

  • W