UNPKG

@aresrpg/aresrpg-sdk

Version:

General SDK to interract with AresRPG

8 lines (7 loc) 203 B
/** @param {import("../../../types.js").Context} context */ export function add_header({ types }) { return tx => tx.moveCall({ target: `${types.LATEST_PACKAGE_ID}::header::aresrpg`, }) }