Add memos field in transactions.

This commit is contained in:
muzam1l
2023-03-06 21:14:14 +05:30
parent 31043f33ab
commit 825af0db89
4 changed files with 107 additions and 5 deletions

View File

@@ -20,6 +20,13 @@ export type SetHookData = {
}
$metaData?: any
}[]
Memos?: {
Memo: {
MemoType: string,
MemoData: string
MemoFormat: string
}
}[]
// HookGrants: {
// HookGrant: {
// Authorize: string;