Skip to content

Commit cf7622f

Browse files
add additional lowsec scripts (#210)
* add expose_access_log * add xfer_gc_from and expose_balance * fix jsdoc --------- Co-authored-by: Samual Norman <[email protected]>
1 parent 0dd1d9b commit cf7622f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

env.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +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
633+
/** **LOWSEC** */ xfer_gc_from: (args: { target: string, amount: number | string }) => ScriptResponse
634+
/** **LOWSEC** */ expose_balance: (args: { target: string }) => ScriptResponse
632635
}
633636
}
634637

0 commit comments

Comments
 (0)