Skip to content

Commit 36f259e

Browse files
committed
add xfer_gc_from and expose_balance
1 parent c8848cd commit 36f259e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

env.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,9 @@ type Lowsec = Midsec & PlayerLowsec & {
629629
(args: { i: number | number[], to: string, memo?: string }): ScriptResponse
630630
(args: { sn: string | string[], to: string, memo?: string }): ScriptResponse
631631
}
632-
/** ** LOWSEC** */ expose_access_log: (args: { target: string }) => ScriptResponse
632+
/** **LOWSEC** */ expose_access_log: (args: { target: string }) => ScriptResponse
633+
/** **LOWSEC** */ xfer_gc_from: (args: { target: string, amount: number | string }) => ScriptResponse
634+
/** **LOWSEC */ expose_balance: (args: { target: string }) => ScriptResponse
633635
}
634636
}
635637

0 commit comments

Comments
 (0)