File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11/* eslint-disable */
2- // trails-api v1.0.0 05ed598bed12799bc48ae5315179931d7f262790
2+ // trails-api v1.0.0 54cbe231c8762643c1a1b625b01d8a1ba6487cdd
33// --
44// Code generated by [email protected] with typescript generator. DO NOT EDIT. 55//
@@ -12,7 +12,7 @@ export const WebrpcVersion = 'v1'
1212export const WebrpcSchemaVersion = 'v1.0.0'
1313
1414// Schema hash generated from your RIDL schema
15- export const WebrpcSchemaHash = '05ed598bed12799bc48ae5315179931d7f262790 '
15+ export const WebrpcSchemaHash = '54cbe231c8762643c1a1b625b01d8a1ba6487cdd '
1616
1717//
1818// Client interface
@@ -141,6 +141,7 @@ export interface Intent {
141141export interface DepositTransaction {
142142 toAddress : string
143143 tokenAddress : string
144+ decimals ?: number
144145 amount : bigint
145146}
146147
You can’t perform that action at this time.
0 commit comments