update program processor for the single transfer instruction
This commit is contained in:
committed by
Michael Vines
parent
09b8baa4b1
commit
2d62e4e6bd
@ -7,7 +7,7 @@ mod withdraw;
|
|||||||
use crate::errors::ProofError;
|
use crate::errors::ProofError;
|
||||||
pub use {
|
pub use {
|
||||||
close_account::CloseAccountData,
|
close_account::CloseAccountData,
|
||||||
transfer::{TransferComms, TransferData, TransferPubKeys},
|
transfer::{TransferCommitments, TransferData, TransferPubKeys},
|
||||||
update_account_pk::UpdateAccountPkData,
|
update_account_pk::UpdateAccountPkData,
|
||||||
withdraw::WithdrawData,
|
withdraw::WithdrawData,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user