UNPKG

@aresrpg/aresrpg-sdk

Version:

General SDK to interract with AresRPG

7 lines (6 loc) 278 B
/** @param {import("../../../types.js").Context} context */ export function admin_promote({ types }: import("../../../types.js").Context): ({ tx, recipient }: { tx?: Transaction; recipient: any; }) => Transaction; import { Transaction } from '@mysten/sui/transactions';