This method is used for sign and broadcast zkApp transaction.
You need to create zk commond in zkApp first, then call Auro Wallet to sign and broadcast.
Params
interfaceSendTransactionArgs{ // only sign with auro wallet, auro-extension-wallet support from V2.2.16. readonlyonlySign?:boolean; // custom nonce with auro wallet, auro-extension-wallet support from V2.3.0. readonlynonce?:number; // transaction is zk commond that create by contract.readonlytransaction:string|object; // option. readonlyfeePayer?:{ // option. Auro Wallet also provide advance option to change fee.readonlyfee?:number; // option.readonlymemo?:string;};}