PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/xrpl/dist/npm/src/models/methods
Просмотр файла: channelVerify.d.ts
import { BaseRequest, BaseResponse } from './baseMethod';
export interface ChannelVerifyRequest extends BaseRequest {
command: 'channel_verify';
amount: string;
channel_id: string;
public_key: string;
signature: string;
}
export interface ChannelVerifyResponse extends BaseResponse {
result: {
signature_verified: boolean;
};
}
//# sourceMappingURL=channelVerify.d.ts.mapВыполнить команду
Для локальной разработки. Не используйте в интернете!