Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmaayan committed Apr 18, 2023
1 parent a7e38b9 commit 85f2a0d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/wallet-adapter-core/src/WalletCore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,7 @@ export class WalletCore extends EventEmitter<WalletCoreEvents> {
}

/**
Sign and submit transaction to chain.
This function supports submitting a non-bcs serialized transaction
Sign and submit an entry (not bcs serialized) transaction type to chain.
@param transaction a non-bcs serialized transaction
@return response from the wallet's signAndSubmitTransaction function
@throws WalletSignAndSubmitMessageError
Expand All @@ -256,7 +255,7 @@ export class WalletCore extends EventEmitter<WalletCoreEvents> {
}

/**
Sign and submit a bcs serialized transaction to chain.
Sign and submit a bsc serialized transaction type to chain.
@param transaction a bcs serialized transaction
@return response from the wallet's signAndSubmitBCSTransaction function
@throws WalletSignAndSubmitMessageError
Expand Down

0 comments on commit 85f2a0d

Please sign in to comment.