We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd1d9b commit cf7622fCopy full SHA for cf7622f
env.d.ts
@@ -629,6 +629,9 @@ type Lowsec = Midsec & PlayerLowsec & {
629
(args: { i: number | number[], to: string, memo?: string }): ScriptResponse
630
(args: { sn: string | string[], to: string, memo?: string }): ScriptResponse
631
}
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
635
636
637
0 commit comments