solana.js: published 2.0.65
This commit is contained in:
parent
ee9b734d28
commit
1aba8ecde7
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@switchboard-xyz/solana.js",
|
||||
"version": "2.0.64",
|
||||
"version": "2.0.65",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@switchboard-xyz/solana.js",
|
||||
"version": "2.0.64",
|
||||
"version": "2.0.65",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@project-serum/anchor": "^0.26.0",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@switchboard-xyz/solana.js",
|
||||
"version": "2.0.64",
|
||||
"version": "2.0.65",
|
||||
"author": "",
|
||||
"license": "MIT",
|
||||
"description": "API wrapper for integrating with the Switchboard V2 program on Solana",
|
||||
|
|
|
@ -388,11 +388,11 @@ export class BufferRelayerAccount extends Account<types.BufferRelayerAccountData
|
|||
return txnSignature;
|
||||
}
|
||||
|
||||
public async saveResultSyncInstructions(
|
||||
public saveResultSyncInstructions(
|
||||
payer: PublicKey,
|
||||
params: BufferRelayerSaveResultSyncParams,
|
||||
options?: TransactionObjectOptions
|
||||
): Promise<TransactionObject> {
|
||||
): TransactionObject {
|
||||
const saveResultIxn = bufferRelayerSaveResult(
|
||||
this.program,
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue