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.

trustline.d.ts 399B

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