Skip to content

Commit

Permalink
Minor fixes on text
Browse files Browse the repository at this point in the history
  • Loading branch information
gagdiez committed Dec 18, 2024
1 parent 0a699e3 commit aa4bbe4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions neps/nep-0582.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
NEP: XXX
Title: Wallet Method - Sign and Return Signature
NEP: 582
Title: Wallet Method - Sign and Return Signed Transaction
Authors: Guille <[email protected]>
Status: Draft
DiscussionsTo: https://github.com/nearprotocol/neps/pull/xxx
DiscussionsTo: https://github.com/nearprotocol/neps/pull/582
Type: Wallet Standard
Version: 1.0.0
Created: 2024-12-18
Expand All @@ -24,7 +24,7 @@ It is important to stress that this NEP is not proposing to remove the current w

## Specification

Wallets will need to implement a new method called `signAndReturnSignature` that will work as follows:
Wallets will need to implement a new method called `signAndReturnSignature` with the following interface:

```typescript
export interface Transaction {
Expand All @@ -47,7 +47,7 @@ interface Wallet {
}
```

It is important to remark that the definitions of `Transaction` and `SignedTransaction` are taken from `near-api-js`
It is important to remark that the definitions of `Transaction` and `Signature` are taken from `near-api-js`

## Reference Implementation

Expand Down

0 comments on commit aa4bbe4

Please sign in to comment.