UNPKG

@faast/ethereum-payments

Version:

Library to assist in processing ethereum payments, such as deriving addresses and sweeping funds

2 lines (1 loc) 103 B
export declare function deriveAddress(creatorAddress: string, salt: string, hashed?: boolean): string;