UNPKG

@hyperlane-xyz/sdk

Version:

The official SDK for the Hyperlane Network

10 lines 210 B
export class HyperlaneModule { args; constructor(args) { this.args = args; } serialize() { return this.args.addresses; } } //# sourceMappingURL=AbstractHyperlaneModule.js.map