UNPKG
@accret/bridge-sdk
Version:
latest (1.0.0)
1.0.0
github.com/accret/accret-bridge-sdk
accret/accret-bridge-sdk
@accret/bridge-sdk
/
dist
/
utils
/
sendSolanaTx.d.ts
3 lines
•
187 B
TypeScript
View Raw
1
2
3
import
{
Keypair
}
from
"@solana/web3.js"
;
export
declare
function
sendTransaction
(
transactionBase64
:
string
,
wallet
:
Keypair
):
Promise
<
string
>;
//# sourceMappingURL=sendSolanaTx.d.ts.map