forked from trent_larson/crowd-funder-for-time-pwa
add ability to edit a GiveAction
This commit is contained in:
@@ -67,7 +67,7 @@ export async function createEndorserJwtForKey(
|
||||
* The SimpleSigner returns a configured function for signing data.
|
||||
*
|
||||
* @example
|
||||
* const signer = SimpleSigner(import.meta.env.PRIVATE_KEY)
|
||||
* const signer = SimpleSigner(privateKeyHexString)
|
||||
* signer(data, (err, signature) => {
|
||||
* ...
|
||||
* })
|
||||
|
||||
Reference in New Issue
Block a user