2.0.3 • Published 6 months ago

@types/bip21 v2.0.3

Weekly downloads
128
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/bip21

Summary

This package contains type definitions for bip21 (https://github.com/bitcoinjs/bip21).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/bip21.

index.d.ts

// Type definitions for bip21 v1.1.2
// Project: https://github.com/bitcoinjs/bip21
// Definitions by: Stefan Huber <https://github.com/stefanhuber>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

declare namespace bip21 {
    export function decode(uri:string) : {address:string,amount?:number | undefined};
    export function encode(address:string,options?:any) : string;
}

export = bip21;

Additional Details

  • Last updated: Wed, 07 Jul 2021 21:44:57 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Stefan Huber.

2.0.3

6 months ago

2.0.2

7 months ago

2.0.1

8 months ago

2.0.0

2 years ago

1.1.31

3 years ago

1.1.30

7 years ago

1.1.29

8 years ago

0.0.28

8 years ago

0.0.27-alpha

8 years ago

0.0.26-alpha

8 years ago

0.0.25-alpha

8 years ago

0.0.24-alpha

8 years ago

0.0.23-alpha

8 years ago

0.0.22-alpha

8 years ago

0.0.21-alpha

8 years ago

0.0.16-alpha

8 years ago

0.0.15-alpha

8 years ago