UNPKG
@0xsequence/anypay-sdk
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
SDK for Anypay functionality
@0xsequence/anypay-sdk
/
dist
/
widget
/
metaTxns.js
15 lines
(14 loc)
•
220 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
async
function
r
(
t, n, a
) {
const
{
opHash
: e } =
await
t.
sendMetaTxn
( n.
walletAddress
, n.
contract
, n.
input
,
BigInt
(n.
chainId
),
void
0
, a );
return
e; }
export
{ r
as
relayerSendMetaTx };