Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Jun 17, 2021
1 parent d93fe7a commit a0db8cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/jellyfish/api/rawtx.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ interface rawtx {
getRawTransaction (txid: string, verbose: false): Promise<string>
getRawTransaction (txid: string, verbose: false, blockHash: string): Promise<string>
getRawTransaction (txid: string, verbose: true): Promise<RawTransactionResult>
getRawTransaction (txid: string, verbose: true, blockHash: string): Promise<TransactionResult>
getRawTransaction (txid: string, verbose?: boolean, blockHash?: string): Promise<string | RawTransactionResult | TransactionResult>
getRawTransaction (txid: string, verbose: true, blockHash: string): Promise<RawTransactionResult>
getRawTransaction (txid: string, verbose?: boolean, blockHash?: string): Promise<string | RawTransactionResult>
}

interface RawTransactionResult {
Expand Down

0 comments on commit a0db8cc

Please sign in to comment.