We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c703192 commit 6fb0434Copy full SHA for 6fb0434
src/anchor/coder/types.ts
@@ -2,9 +2,9 @@ import { Idl, TypesCoder } from '@coral-xyz/anchor'
2
3
export class PythOracleTypesCoder implements TypesCoder {
4
encode<T = any>(_name: string, _type: T): Buffer {
5
- throw new Error('Pyth oracle does not have user-defined types')
+ throw new Error('Not implemented')
6
}
7
decode<T = any>(_name: string, _typeData: Buffer): T {
8
9
10
0 commit comments