You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

settings.d.ts 356B

123456
  1. import { Instructions, Prepare } from './types';
  2. import { FormattedSettings } from '../common/types/objects';
  3. import { RippleAPI } from '..';
  4. declare function prepareSettings(this: RippleAPI, address: string, settings: FormattedSettings, instructions?: Instructions): Promise<Prepare>;
  5. export default prepareSettings;
  6. //# sourceMappingURL=settings.d.ts.map